#46ccab

Color #46CCAB Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #46CCAB

Tints of Shamrock #46CCAB

Color information

#46CCAB (or 0x46CCAB) is unknown color: approx Shamrock. HEX triplet: 46, CC and AB. RGB value is (70,204,171). Sum of RGB (Red+Green+Blue) = 70+204+171=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CCAB is #B93354. Grayscale: #A0A0A0. Windows color (decimal): -12137301 or 11258950. OLE color: 11258950.

HSL color Cylindrical-coordinate representation of color #46CCAB: hue angle of 165.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CCAB is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB70204171-
CMYK0.6600.160.2
HSL165.22º56.78%53.73%-
HSV(B)165.22º65.69%80%-
XYZ31.4747.4346.02-
YUV160.17134.1163.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 15.73%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=15.73%
G=45.84%
B=38.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041710.6600.160.2165.2256.7853.73
Hex46CCAB4201014a53936
Octal106314253102020242457166
Binary1000110110011001010101110000100100001010010100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ccab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46ccab; }

 p { color: rgb(70,204,171); }

 H1.HeaderClassName
 {
   color: #46ccab;
 }
 .AnyTagClassName
 {
   color: #46ccab;
 }
</style>
background-color css

<style>
 a { background-color: #46ccab; }

 a { background-color: rgb(70,204,171); }

 div.DivClassName
 {
   background-color: #46ccab;
 }
 .BgClassName
 {
   background-color: #46ccab;
 }
</style>
border-color css

<style>
 span { border-color: #46ccab; }

 span { border-color: rgb(70,204,171); }

 td.TdClassName
 {
   border-color: #46ccab;
 }
 .TagClassName
 {
   border-color: #46ccab;
 }
</style>