#35EAA9

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

Shades of Shamrock #35EAA9

Tints of Shamrock #35EAA9

Color information

#35EAA9 (or 0x35EAA9) is unknown color: approx Shamrock. HEX triplet: 35, EA and A9. RGB value is (53,234,169). Sum of RGB (Red+Green+Blue) = 53+234+169=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #35EAA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EAA9 is #CA1556. Grayscale: #ACACAC. Windows color (decimal): -13243735 or 11135541. OLE color: 11135541.

HSL color Cylindrical-coordinate representation of color #35EAA9: hue angle of 158.45º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EAA9 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB53234169-
CMYK0.7700.280.08
HSL158.45º81.17%56.27%-
HSV(B)158.45º77.35%91.76%-
XYZ38.0562.4747.59-
YUV172.47126.0342.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.62%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=11.62%
G=51.32%
B=37.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341690.7700.280.08158.4581.1756.27
Hex35EAA94D01C89e5138
Octal653522511150341023612170
Binary110101111010101010100110011010111001000100111101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35EAA9; }

 p { color: rgb(53,234,169); }

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

<style>
 a { background-color: #35EAA9; }

 a { background-color: rgb(53,234,169); }

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

<style>
 span { border-color: #35EAA9; }

 span { border-color: rgb(53,234,169); }

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