Shades of Shamrock #35DBA8
Tints of Shamrock #35DBA8
RGB
CMYK
RGB Variations
Color information
#35DBA8 (or 0x35DBA8) is known color: Shamrock. HEX triplet: 35, DB and A8. RGB value is (53,219,168). Sum of RGB (Red+Green+Blue) = 53+219+168=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DBA8 is #CA2457. Grayscale: #A3A3A3. Windows color (decimal): -13247576 or 11066165. OLE color: 11066165.
HSL color Cylindrical-coordinate representation of color #35DBA8: hue angle of 161.57º 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 #35DBA8 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 168 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.14 |
| HSL | 161.57º | 0.7% | 0.53% | - |
| HSV(B) | 161.57º | 0.76% | 0.86% | - |
| XYZ | 33.87 | 54.25 | 45.73 | - |
| YUV | 163.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 168 | 0.76 | 0 | 0.23 | 0.14 | 161.57 | 0.7 | 0.53 |
| Hex | 35 | DB | A8 | 4C | 0 | 17 | E | A2 | 46 | 35 |
| Octal | 65 | 333 | 250 | 114 | 0 | 27 | 16 | 242 | 106 | 65 |
| Binary | 110101 | 11011011 | 10101000 | 1001100 | 0 | 10111 | 1110 | 10100010 | 1000110 | 110101 |
Color Harmonies of #35DBA8
Complementary color
Monochromatic Colors of #35DBA8
Black with #35DBA8
Text Example
Text Example
White with #35DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBA8; }
p { color: rgb(53,219,168); }
H1.HeaderClassName
{
color: #35DBA8;
}
.AnyTagClassName
{
color: #35DBA8;
}
</style>
background-color css
<style>
a { background-color: #35DBA8; }
a { background-color: rgb(53,219,168); }
div.DivClassName
{
background-color: #35DBA8;
}
.BgClassName
{
background-color: #35DBA8;
}
</style>
border-color css
<style>
span { border-color: #35DBA8; }
span { border-color: rgb(53,219,168); }
td.TdClassName
{
border-color: #35DBA8;
}
.TagClassName
{
border-color: #35DBA8;
}
</style>