Shades of Shamrock #33CBA1
Tints of Shamrock #33CBA1
RGB
CMYK
RGB Variations
Color information
#33CBA1 (or 0x33CBA1) is known color: Shamrock. HEX triplet: 33, CB and A1. RGB value is (51,203,161). Sum of RGB (Red+Green+Blue) = 51+203+161=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CBA1 is #CC345E. Grayscale: #989898. Windows color (decimal): -13382751 or 10603315. OLE color: 10603315.
HSL color Cylindrical-coordinate representation of color #33CBA1: hue angle of 163.42º 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 #33CBA1 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 161 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.20 |
| HSL | 163.42º | 0.6% | 0.5% | - |
| HSV(B) | 163.42º | 0.75% | 0.8% | - |
| XYZ | 29.15 | 45.99 | 41.06 | - |
| YUV | 152.76 | 132.64 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 161 | 0.75 | 0 | 0.21 | 0.20 | 163.42 | 0.6 | 0.5 |
| Hex | 33 | CB | A1 | 4B | 0 | 15 | 14 | A3 | 3C | 32 |
| Octal | 63 | 313 | 241 | 113 | 0 | 25 | 24 | 243 | 74 | 62 |
| Binary | 110011 | 11001011 | 10100001 | 1001011 | 0 | 10101 | 10100 | 10100011 | 111100 | 110010 |
Color Harmonies of #33CBA1
Complementary color
Monochromatic Colors of #33CBA1
Black with #33CBA1
Text Example
Text Example
White with #33CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBA1; }
p { color: rgb(51,203,161); }
H1.HeaderClassName
{
color: #33CBA1;
}
.AnyTagClassName
{
color: #33CBA1;
}
</style>
background-color css
<style>
a { background-color: #33CBA1; }
a { background-color: rgb(51,203,161); }
div.DivClassName
{
background-color: #33CBA1;
}
.BgClassName
{
background-color: #33CBA1;
}
</style>
border-color css
<style>
span { border-color: #33CBA1; }
span { border-color: rgb(51,203,161); }
td.TdClassName
{
border-color: #33CBA1;
}
.TagClassName
{
border-color: #33CBA1;
}
</style>