#35D1AD

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

Shades of Shamrock #35D1AD

Tints of Shamrock #35D1AD

Color information

#35D1AD (or 0x35D1AD) is unknown color: approx Shamrock. HEX triplet: 35, D1 and AD. RGB value is (53,209,173). Sum of RGB (Red+Green+Blue) = 53+209+173=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #35D1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D1AD is #CA2E52. Grayscale: #9E9E9E. Windows color (decimal): -13250131 or 11391285. OLE color: 11391285.

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

Color convert

RGB53209173-
CMYK0.7500.170.18
HSL166.15º62.9%51.37%-
HSV(B)166.15º74.64%81.96%-
XYZ31.8149.3747.39-
YUV158.25136.3252.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.18%
GREEN value IS 209 (82.03% from 255) = 48.05%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=12.18%
G=48.05%
B=39.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532091730.7500.170.18166.1562.951.37
Hex35D1AD4B01112a63f33
Octal65321255113021222467763
Binary110101110100011010110110010110100011001010100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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