#35D2AB

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

Shades of Shamrock #35D2AB

Tints of Shamrock #35D2AB

Color information

#35D2AB (or 0x35D2AB) is unknown color: approx Shamrock. HEX triplet: 35, D2 and AB. RGB value is (53,210,171). Sum of RGB (Red+Green+Blue) = 53+210+171=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D2AB is #CA2D54. Grayscale: #9E9E9E. Windows color (decimal): -13249877 or 11260469. OLE color: 11260469.

HSL color Cylindrical-coordinate representation of color #35D2AB: hue angle of 165.1º 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 #35D2AB is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB53210171-
CMYK0.7500.190.18
HSL165.1º63.56%51.57%-
HSV(B)165.1º74.76%82.35%-
XYZ31.8749.7946.46-
YUV158.61134.9952.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=12.21%
G=48.39%
B=39.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532101710.7500.190.18165.163.5651.57
Hex35D2AB4B01312a54034
Octal653222531130232224510064
Binary1101011101001010101011100101101001110010101001011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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