#35CD9D

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

Shades of Shamrock #35CD9D

Tints of Shamrock #35CD9D

Color information

#35CD9D (or 0x35CD9D) is unknown color: approx Shamrock. HEX triplet: 35, CD and 9D. RGB value is (53,205,157). Sum of RGB (Red+Green+Blue) = 53+205+157=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CD9D is #CA3262. Grayscale: #9A9A9A. Windows color (decimal): -13251171 or 10341685. OLE color: 10341685.

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

Color convert

RGB53205157-
CMYK0.7400.230.20
HSL161.05º60.32%50.59%-
HSV(B)161.05º74.15%80.39%-
XYZ29.3946.8539.39-
YUV154.08129.6455.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.77%
GREEN value IS 205 (80.47% from 255) = 49.40%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=12.77%
G=49.40%
B=37.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051570.7400.230.20161.0560.3250.59
Hex35CD9D4A01714a13c33
Octal65315235112027242417463
Binary110101110011011001110110010100101111010010100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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