#35D1AC

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

Shades of Shamrock #35D1AC

Tints of Shamrock #35D1AC

Color information

#35D1AC (or 0x35D1AC) is unknown color: approx Shamrock. HEX triplet: 35, D1 and AC. RGB value is (53,209,172). Sum of RGB (Red+Green+Blue) = 53+209+172=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #35D1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D1AC is #CA2E53. Grayscale: #9E9E9E. Windows color (decimal): -13250132 or 11325749. OLE color: 11325749.

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

Color convert

RGB53209172-
CMYK0.7500.180.18
HSL165.77º62.9%51.37%-
HSV(B)165.77º74.64%81.96%-
XYZ31.7249.3446.88-
YUV158.14135.8253.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=12.21%
G=48.16%
B=39.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532091720.7500.180.18165.7762.951.37
Hex35D1AC4B01212a63f33
Octal65321254113022222467763
Binary110101110100011010110010010110100101001010100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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