#35D4AD

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

Shades of Shamrock #35D4AD

Tints of Shamrock #35D4AD

Color information

#35D4AD (or 0x35D4AD) is unknown color: approx Shamrock. HEX triplet: 35, D4 and AD. RGB value is (53,212,173). Sum of RGB (Red+Green+Blue) = 53+212+173=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #35D4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D4AD is #CA2B52. Grayscale: #A0A0A0. Windows color (decimal): -13249363 or 11392053. OLE color: 11392053.

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

Color convert

RGB53212173-
CMYK0.7500.180.17
HSL165.28º64.9%51.96%-
HSV(B)165.28º75%83.14%-
XYZ32.5550.8647.64-
YUV160.01135.3251.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 212 (83.20% from 255) = 48.40%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=12.10%
G=48.40%
B=39.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121730.7500.180.17165.2864.951.96
Hex35D4AD4B01211a54134
Octal653242551130222124510164
Binary1101011101010010101101100101101001010001101001011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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