Shades of Shamrock #35CBA8
Tints of Shamrock #35CBA8
RGB
CMYK
RGB Variations
Color information
#35CBA8 (or 0x35CBA8) is known color: Shamrock. HEX triplet: 35, CB and A8. RGB value is (53,203,168). Sum of RGB (Red+Green+Blue) = 53+203+168=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #35CBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CBA8 is #CA3457. Grayscale: #9A9A9A. Windows color (decimal): -13251672 or 11062069. OLE color: 11062069.
HSL color Cylindrical-coordinate representation of color #35CBA8: hue angle of 166º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CBA8 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 203 | 168 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.20 |
| HSL | 166º | 0.59% | 0.5% | - |
| HSV(B) | 166º | 0.74% | 0.8% | - |
| XYZ | 29.89 | 46.3 | 44.41 | - |
| YUV | 154.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 203 | 168 | 0.74 | 0 | 0.17 | 0.20 | 166 | 0.59 | 0.5 |
| Hex | 35 | CB | A8 | 4A | 0 | 11 | 14 | A6 | 3B | 32 |
| Octal | 65 | 313 | 250 | 112 | 0 | 21 | 24 | 246 | 73 | 62 |
| Binary | 110101 | 11001011 | 10101000 | 1001010 | 0 | 10001 | 10100 | 10100110 | 111011 | 110010 |
Color Harmonies of #35CBA8
Complementary color
Monochromatic Colors of #35CBA8
Black with #35CBA8
Text Example
Text Example
White with #35CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CBA8; }
p { color: rgb(53,203,168); }
H1.HeaderClassName
{
color: #35CBA8;
}
.AnyTagClassName
{
color: #35CBA8;
}
</style>
background-color css
<style>
a { background-color: #35CBA8; }
a { background-color: rgb(53,203,168); }
div.DivClassName
{
background-color: #35CBA8;
}
.BgClassName
{
background-color: #35CBA8;
}
</style>
border-color css
<style>
span { border-color: #35CBA8; }
span { border-color: rgb(53,203,168); }
td.TdClassName
{
border-color: #35CBA8;
}
.TagClassName
{
border-color: #35CBA8;
}
</style>