Shades of Shamrock #33CBA0
Tints of Shamrock #33CBA0
RGB
CMYK
RGB Variations
Color information
#33CBA0 (or 0x33CBA0) is known color: Shamrock. HEX triplet: 33, CB and A0. RGB value is (51,203,160). Sum of RGB (Red+Green+Blue) = 51+203+160=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CBA0 is #CC345F. Grayscale: #989898. Windows color (decimal): -13382752 or 10537779. OLE color: 10537779.
HSL color Cylindrical-coordinate representation of color #33CBA0: hue angle of 163.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CBA0 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 160 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.20 |
| HSL | 163.03º | 0.6% | 0.5% | - |
| HSV(B) | 163.03º | 0.75% | 0.8% | - |
| XYZ | 29.07 | 45.95 | 40.6 | - |
| YUV | 152.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 160 | 0.75 | 0 | 0.21 | 0.20 | 163.03 | 0.6 | 0.5 |
| Hex | 33 | CB | A0 | 4B | 0 | 15 | 14 | A3 | 3C | 32 |
| Octal | 63 | 313 | 240 | 113 | 0 | 25 | 24 | 243 | 74 | 62 |
| Binary | 110011 | 11001011 | 10100000 | 1001011 | 0 | 10101 | 10100 | 10100011 | 111100 | 110010 |
Color Harmonies of #33CBA0
Complementary color
Monochromatic Colors of #33CBA0
Black with #33CBA0
Text Example
Text Example
White with #33CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBA0; }
p { color: rgb(51,203,160); }
H1.HeaderClassName
{
color: #33CBA0;
}
.AnyTagClassName
{
color: #33CBA0;
}
</style>
background-color css
<style>
a { background-color: #33CBA0; }
a { background-color: rgb(51,203,160); }
div.DivClassName
{
background-color: #33CBA0;
}
.BgClassName
{
background-color: #33CBA0;
}
</style>
border-color css
<style>
span { border-color: #33CBA0; }
span { border-color: rgb(51,203,160); }
td.TdClassName
{
border-color: #33CBA0;
}
.TagClassName
{
border-color: #33CBA0;
}
</style>