#35d5ab

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

Shades of Shamrock #35D5AB

Tints of Shamrock #35D5AB

Color information

#35D5AB (or 0x35D5AB) is unknown color: approx Shamrock. HEX triplet: 35, D5 and AB. RGB value is (53,213,171). Sum of RGB (Red+Green+Blue) = 53+213+171=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #35D5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D5AB is #CA2A54. Grayscale: #A0A0A0. Windows color (decimal): -13249109 or 11261237. OLE color: 11261237.

HSL color Cylindrical-coordinate representation of color #35D5AB: hue angle of 164.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D5AB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB53213171-
CMYK0.7500.200.16
HSL164.25º65.57%52.16%-
HSV(B)164.25º75.12%83.53%-
XYZ32.6151.2946.71-
YUV160.37133.9951.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 213 (83.59% from 255) = 48.74%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=12.13%
G=48.74%
B=39.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532131710.7500.200.16164.2565.5752.16
Hex35D5AB4B01410a44234
Octal653252531130242024410264
Binary1101011101010110101011100101101010010000101001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35d5ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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