#35CD9E

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

Shades of Shamrock #35CD9E

Tints of Shamrock #35CD9E

Color information

#35CD9E (or 0x35CD9E) is unknown color: approx Shamrock. HEX triplet: 35, CD and 9E. RGB value is (53,205,158). Sum of RGB (Red+Green+Blue) = 53+205+158=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CD9E is #CA3261. Grayscale: #9A9A9A. Windows color (decimal): -13251170 or 10407221. OLE color: 10407221.

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

Color convert

RGB53205158-
CMYK0.7400.230.20
HSL161.45º60.32%50.59%-
HSV(B)161.45º74.15%80.39%-
XYZ29.4746.8939.84-
YUV154.19130.1455.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=12.74%
G=49.28%
B=37.98%

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
Decimal532051580.7400.230.20161.4560.3250.59
Hex35CD9E4A01714a13c33
Octal65315236112027242417463
Binary110101110011011001111010010100101111010010100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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