Shades of Shamrock #33C9A8
Tints of Shamrock #33C9A8
RGB
CMYK
RGB Variations
Color information
#33C9A8 (or 0x33C9A8) is known color: Shamrock. HEX triplet: 33, C9 and A8. RGB value is (51,201,168). Sum of RGB (Red+Green+Blue) = 51+201+168=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #33C9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C9A8 is #CC3657. Grayscale: #989898. Windows color (decimal): -13383256 or 11061555. OLE color: 11061555.
HSL color Cylindrical-coordinate representation of color #33C9A8: hue angle of 166.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C9A8 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 168 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.21 |
| HSL | 166.8º | 0.6% | 0.49% | - |
| HSV(B) | 166.8º | 0.75% | 0.79% | - |
| XYZ | 29.32 | 45.3 | 44.25 | - |
| YUV | 152.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 168 | 0.75 | 0 | 0.16 | 0.21 | 166.8 | 0.6 | 0.49 |
| Hex | 33 | C9 | A8 | 4B | 0 | 10 | 15 | A7 | 3C | 31 |
| Octal | 63 | 311 | 250 | 113 | 0 | 20 | 25 | 247 | 74 | 61 |
| Binary | 110011 | 11001001 | 10101000 | 1001011 | 0 | 10000 | 10101 | 10100111 | 111100 | 110001 |
Color Harmonies of #33C9A8
Complementary color
Monochromatic Colors of #33C9A8
Black with #33C9A8
Text Example
Text Example
White with #33C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C9A8; }
p { color: rgb(51,201,168); }
H1.HeaderClassName
{
color: #33C9A8;
}
.AnyTagClassName
{
color: #33C9A8;
}
</style>
background-color css
<style>
a { background-color: #33C9A8; }
a { background-color: rgb(51,201,168); }
div.DivClassName
{
background-color: #33C9A8;
}
.BgClassName
{
background-color: #33C9A8;
}
</style>
border-color css
<style>
span { border-color: #33C9A8; }
span { border-color: rgb(51,201,168); }
td.TdClassName
{
border-color: #33C9A8;
}
.TagClassName
{
border-color: #33C9A8;
}
</style>