#35CAAE

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

Shades of Shamrock #35CAAE

Tints of Shamrock #35CAAE

Color information

#35CAAE (or 0x35CAAE) is unknown color: approx Shamrock. HEX triplet: 35, CA and AE. RGB value is (53,202,174). Sum of RGB (Red+Green+Blue) = 53+202+174=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CAAE is #CA3551. Grayscale: #9A9A9A. Windows color (decimal): -13251922 or 11455029. OLE color: 11455029.

HSL color Cylindrical-coordinate representation of color #35CAAE: hue angle of 168.72º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CAAE is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB53202174-
CMYK0.7400.140.21
HSL168.72º58.43%50%-
HSV(B)168.72º73.76%79.22%-
XYZ30.2346.0547.34-
YUV154.26139.1455.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.35%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=12.35%
G=47.09%
B=40.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021740.7400.140.21168.7258.4350
Hex35CAAE4A0E15a93a32
Octal65312256112016252517262
Binary11010111001010101011101001010011101010110101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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