Shades of Shamrock #35DBAC
Tints of Shamrock #35DBAC
RGB
CMYK
RGB Variations
Color information
#35DBAC (or 0x35DBAC) is known color: Shamrock. HEX triplet: 35, DB and AC. RGB value is (53,219,172). Sum of RGB (Red+Green+Blue) = 53+219+172=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DBAC is #CA2453. Grayscale: #A4A4A4. Windows color (decimal): -13247572 or 11328309. OLE color: 11328309.
HSL color Cylindrical-coordinate representation of color #35DBAC: hue angle of 163.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DBAC is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 172 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.14 |
| HSL | 163.01º | 0.7% | 0.53% | - |
| HSV(B) | 163.01º | 0.76% | 0.86% | - |
| XYZ | 34.25 | 54.4 | 47.72 | - |
| YUV | 164.01 | 132.5 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 172 | 0.76 | 0 | 0.21 | 0.14 | 163.01 | 0.7 | 0.53 |
| Hex | 35 | DB | AC | 4C | 0 | 15 | E | A3 | 46 | 35 |
| Octal | 65 | 333 | 254 | 114 | 0 | 25 | 16 | 243 | 106 | 65 |
| Binary | 110101 | 11011011 | 10101100 | 1001100 | 0 | 10101 | 1110 | 10100011 | 1000110 | 110101 |
Color Harmonies of #35DBAC
Complementary color
Monochromatic Colors of #35DBAC
Black with #35DBAC
Text Example
Text Example
White with #35DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBAC; }
p { color: rgb(53,219,172); }
H1.HeaderClassName
{
color: #35DBAC;
}
.AnyTagClassName
{
color: #35DBAC;
}
</style>
background-color css
<style>
a { background-color: #35DBAC; }
a { background-color: rgb(53,219,172); }
div.DivClassName
{
background-color: #35DBAC;
}
.BgClassName
{
background-color: #35DBAC;
}
</style>
border-color css
<style>
span { border-color: #35DBAC; }
span { border-color: rgb(53,219,172); }
td.TdClassName
{
border-color: #35DBAC;
}
.TagClassName
{
border-color: #35DBAC;
}
</style>