#35CEAE

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

Shades of Shamrock #35CEAE

Tints of Shamrock #35CEAE

Color information

#35CEAE (or 0x35CEAE) is unknown color: approx Shamrock. HEX triplet: 35, CE and AE. RGB value is (53,206,174). Sum of RGB (Red+Green+Blue) = 53+206+174=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CEAE is #CA3151. Grayscale: #9C9C9C. Windows color (decimal): -13250898 or 11456053. OLE color: 11456053.

HSL color Cylindrical-coordinate representation of color #35CEAE: hue angle of 167.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CEAE is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB53206174-
CMYK0.7400.160.19
HSL167.45º60.96%50.78%-
HSV(B)167.45º74.27%80.78%-
XYZ31.1847.9647.66-
YUV156.61137.8154.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=12.24%
G=47.58%
B=40.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal532061740.7400.160.19167.4560.9650.78
Hex35CEAE4A01013a73d33
Octal65316256112020232477563
Binary110101110011101010111010010100100001001110100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,206,174); }

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

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

 a { background-color: rgb(53,206,174); }

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

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

 span { border-color: rgb(53,206,174); }

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