#35CD9F

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

Shades of Shamrock #35CD9F

Tints of Shamrock #35CD9F

Color information

#35CD9F (or 0x35CD9F) is unknown color: approx Shamrock. HEX triplet: 35, CD and 9F. RGB value is (53,205,159). Sum of RGB (Red+Green+Blue) = 53+205+159=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CD9F is #CA3260. Grayscale: #9A9A9A. Windows color (decimal): -13251169 or 10472757. OLE color: 10472757.

HSL color Cylindrical-coordinate representation of color #35CD9F: hue angle of 161.84º 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 #35CD9F is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB53205159-
CMYK0.7400.220.20
HSL161.84º60.32%50.59%-
HSV(B)161.84º74.15%80.39%-
XYZ29.5646.9240.3-
YUV154.31130.6455.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=12.71%
G=49.16%
B=38.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051590.7400.220.20161.8460.3250.59
Hex35CD9F4A01614a23c33
Octal65315237112026242427463
Binary110101110011011001111110010100101101010010100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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