#35CDAF

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

Shades of Shamrock #35CDAF

Tints of Shamrock #35CDAF

Color information

#35CDAF (or 0x35CDAF) is unknown color: approx Shamrock. HEX triplet: 35, CD and AF. RGB value is (53,205,175). Sum of RGB (Red+Green+Blue) = 53+205+175=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDAF is #CA3250. Grayscale: #9C9C9C. Windows color (decimal): -13251153 or 11521333. OLE color: 11521333.

HSL color Cylindrical-coordinate representation of color #35CDAF: hue angle of 168.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDAF is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB53205175-
CMYK0.7400.150.20
HSL168.16º60.32%50.59%-
HSV(B)168.16º74.15%80.39%-
XYZ31.0447.5148.09-
YUV156.13138.6454.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=12.24%
G=47.34%
B=40.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051750.7400.150.20168.1660.3250.59
Hex35CDAF4A0F14a83c33
Octal65315257112017242507463
Binary11010111001101101011111001010011111010010101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,175); }

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

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

 a { background-color: rgb(53,205,175); }

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

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

 span { border-color: rgb(53,205,175); }

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