#46CEA0

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

Shades of Shamrock #46CEA0

Tints of Shamrock #46CEA0

Color information

#46CEA0 (or 0x46CEA0) is unknown color: approx Shamrock. HEX triplet: 46, CE and A0. RGB value is (70,206,160). Sum of RGB (Red+Green+Blue) = 70+206+160=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEA0 is #B9315F. Grayscale: #A0A0A0. Windows color (decimal): -12136800 or 10538566. OLE color: 10538566.

HSL color Cylindrical-coordinate representation of color #46CEA0: hue angle of 159.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB70206160-
CMYK0.6600.220.19
HSL159.71º58.12%54.12%-
HSV(B)159.71º66.02%80.78%-
XYZ30.9447.9840.89-
YUV160.09127.9463.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.06%
GREEN value IS 206 (80.86% from 255) = 47.25%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=16.06%
G=47.25%
B=36.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal702061600.6600.220.19159.7158.1254.12
Hex46CEA04201613a03a36
Octal106316240102026232407266
Binary1000110110011101010000010000100101101001110100000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,206,160); }

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

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

 a { background-color: rgb(70,206,160); }

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

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

 span { border-color: rgb(70,206,160); }

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