#35D2A6

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

Shades of Shamrock #35D2A6

Tints of Shamrock #35D2A6

Color information

#35D2A6 (or 0x35D2A6) is unknown color: approx Shamrock. HEX triplet: 35, D2 and A6. RGB value is (53,210,166). Sum of RGB (Red+Green+Blue) = 53+210+166=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D2A6 is #CA2D59. Grayscale: #9E9E9E. Windows color (decimal): -13249882 or 10932789. OLE color: 10932789.

HSL color Cylindrical-coordinate representation of color #35D2A6: hue angle of 163.18º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D2A6 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB53210166-
CMYK0.7500.210.18
HSL163.18º63.56%51.57%-
HSV(B)163.18º74.76%82.35%-
XYZ31.449.644-
YUV158.04132.4953.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.35%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=12.35%
G=48.95%
B=38.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532101660.7500.210.18163.1863.5651.57
Hex35D2A64B01512a34034
Octal653222461130252224310064
Binary1101011101001010100110100101101010110010101000111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,210,166); }

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

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

 a { background-color: rgb(53,210,166); }

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

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

 span { border-color: rgb(53,210,166); }

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