#35D9A2

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

Shades of Shamrock #35D9A2

Tints of Shamrock #35D9A2

Color information

#35D9A2 (or 0x35D9A2) is unknown color: approx Shamrock. HEX triplet: 35, D9 and A2. RGB value is (53,217,162). Sum of RGB (Red+Green+Blue) = 53+217+162=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #35D9A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D9A2 is #CA265D. Grayscale: #A1A1A1. Windows color (decimal): -13248094 or 10672437. OLE color: 10672437.

HSL color Cylindrical-coordinate representation of color #35D9A2: hue angle of 159.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D9A2 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB53217162-
CMYK0.7600.250.15
HSL159.88º68.33%52.94%-
HSV(B)159.88º75.58%85.1%-
XYZ32.852.9942.68-
YUV161.69128.1750.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=12.27%
G=50.23%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532171620.7600.250.15159.8868.3352.94
Hex35D9A24C019Fa04435
Octal653312421140311724010465
Binary110101110110011010001010011000110011111101000001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,217,162); }

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

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

 a { background-color: rgb(53,217,162); }

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

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

 span { border-color: rgb(53,217,162); }

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