Shades of Shamrock #35C0A8
Tints of Shamrock #35C0A8
RGB
CMYK
RGB Variations
Color information
#35C0A8 (or 0x35C0A8) is known color: Shamrock. HEX triplet: 35, C0 and A8. RGB value is (53,192,168). Sum of RGB (Red+Green+Blue) = 53+192+168=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0A8 is #CA3F57. Grayscale: #939393. Windows color (decimal): -13254488 or 11059253. OLE color: 11059253.
HSL color Cylindrical-coordinate representation of color #35C0A8: hue angle of 169.64º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0A8 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 168 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.25 |
| HSL | 169.64º | 0.57% | 0.48% | - |
| HSV(B) | 169.64º | 0.72% | 0.75% | - |
| XYZ | 27.39 | 41.28 | 43.57 | - |
| YUV | 147.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 168 | 0.72 | 0 | 0.12 | 0.25 | 169.64 | 0.57 | 0.48 |
| Hex | 35 | C0 | A8 | 48 | 0 | C | 19 | AA | 39 | 30 |
| Octal | 65 | 300 | 250 | 110 | 0 | 14 | 31 | 252 | 71 | 60 |
| Binary | 110101 | 11000000 | 10101000 | 1001000 | 0 | 1100 | 11001 | 10101010 | 111001 | 110000 |
Color Harmonies of #35C0A8
Complementary color
Monochromatic Colors of #35C0A8
Black with #35C0A8
Text Example
Text Example
White with #35C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0A8; }
p { color: rgb(53,192,168); }
H1.HeaderClassName
{
color: #35C0A8;
}
.AnyTagClassName
{
color: #35C0A8;
}
</style>
background-color css
<style>
a { background-color: #35C0A8; }
a { background-color: rgb(53,192,168); }
div.DivClassName
{
background-color: #35C0A8;
}
.BgClassName
{
background-color: #35C0A8;
}
</style>
border-color css
<style>
span { border-color: #35C0A8; }
span { border-color: rgb(53,192,168); }
td.TdClassName
{
border-color: #35C0A8;
}
.TagClassName
{
border-color: #35C0A8;
}
</style>