#35D4AB

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

Shades of Shamrock #35D4AB

Tints of Shamrock #35D4AB

Color information

#35D4AB (or 0x35D4AB) is unknown color: approx Shamrock. HEX triplet: 35, D4 and AB. RGB value is (53,212,171). Sum of RGB (Red+Green+Blue) = 53+212+171=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #35D4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D4AB is #CA2B54. Grayscale: #9F9F9F. Windows color (decimal): -13249365 or 11260981. OLE color: 11260981.

HSL color Cylindrical-coordinate representation of color #35D4AB: hue angle of 164.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D4AB is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB53212171-
CMYK0.7500.190.17
HSL164.53º64.9%51.96%-
HSV(B)164.53º75%83.14%-
XYZ32.3650.7846.62-
YUV159.78134.3251.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.16%
GREEN value IS 212 (83.20% from 255) = 48.62%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=12.16%
G=48.62%
B=39.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121710.7500.190.17164.5364.951.96
Hex35D4AB4B01311a54134
Octal653242531130232124510164
Binary1101011101010010101011100101101001110001101001011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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