Shades of Shamrock #33CBA3
Tints of Shamrock #33CBA3
RGB
CMYK
RGB Variations
Color information
#33CBA3 (or 0x33CBA3) is known color: Shamrock. HEX triplet: 33, CB and A3. RGB value is (51,203,163). Sum of RGB (Red+Green+Blue) = 51+203+163=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CBA3 is #CC345C. Grayscale: #999999. Windows color (decimal): -13382749 or 10734387. OLE color: 10734387.
HSL color Cylindrical-coordinate representation of color #33CBA3: hue angle of 164.21º 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 #33CBA3 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 163 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.20 |
| HSL | 164.21º | 0.6% | 0.5% | - |
| HSV(B) | 164.21º | 0.75% | 0.8% | - |
| XYZ | 29.33 | 46.06 | 41.99 | - |
| YUV | 152.99 | 133.64 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 163 | 0.75 | 0 | 0.20 | 0.20 | 164.21 | 0.6 | 0.5 |
| Hex | 33 | CB | A3 | 4B | 0 | 14 | 14 | A4 | 3C | 32 |
| Octal | 63 | 313 | 243 | 113 | 0 | 24 | 24 | 244 | 74 | 62 |
| Binary | 110011 | 11001011 | 10100011 | 1001011 | 0 | 10100 | 10100 | 10100100 | 111100 | 110010 |
Color Harmonies of #33CBA3
Complementary color
Monochromatic Colors of #33CBA3
Black with #33CBA3
Text Example
Text Example
White with #33CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBA3; }
p { color: rgb(51,203,163); }
H1.HeaderClassName
{
color: #33CBA3;
}
.AnyTagClassName
{
color: #33CBA3;
}
</style>
background-color css
<style>
a { background-color: #33CBA3; }
a { background-color: rgb(51,203,163); }
div.DivClassName
{
background-color: #33CBA3;
}
.BgClassName
{
background-color: #33CBA3;
}
</style>
border-color css
<style>
span { border-color: #33CBA3; }
span { border-color: rgb(51,203,163); }
td.TdClassName
{
border-color: #33CBA3;
}
.TagClassName
{
border-color: #33CBA3;
}
</style>