Shades of Shamrock #33CCA1
Tints of Shamrock #33CCA1
RGB
CMYK
RGB Variations
Color information
#33CCA1 (or 0x33CCA1) is known color: Shamrock. HEX triplet: 33, CC and A1. RGB value is (51,204,161). Sum of RGB (Red+Green+Blue) = 51+204+161=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA1 is #CC335E. Grayscale: #999999. Windows color (decimal): -13382495 or 10603571. OLE color: 10603571.
HSL color Cylindrical-coordinate representation of color #33CCA1: hue angle of 163.14º 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 #33CCA1 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 161 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.2 |
| HSL | 163.14º | 0.6% | 0.5% | - |
| HSV(B) | 163.14º | 0.75% | 0.8% | - |
| XYZ | 29.39 | 46.46 | 41.14 | - |
| YUV | 153.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 161 | 0.75 | 0 | 0.21 | 0.2 | 163.14 | 0.6 | 0.5 |
| Hex | 33 | CC | A1 | 4B | 0 | 15 | 14 | A3 | 3C | 32 |
| Octal | 63 | 314 | 241 | 113 | 0 | 25 | 24 | 243 | 74 | 62 |
| Binary | 110011 | 11001100 | 10100001 | 1001011 | 0 | 10101 | 10100 | 10100011 | 111100 | 110010 |
Color Harmonies of #33CCA1
Complementary color
Monochromatic Colors of #33CCA1
Black with #33CCA1
Text Example
Text Example
White with #33CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCA1; }
p { color: rgb(51,204,161); }
H1.HeaderClassName
{
color: #33CCA1;
}
.AnyTagClassName
{
color: #33CCA1;
}
</style>
background-color css
<style>
a { background-color: #33CCA1; }
a { background-color: rgb(51,204,161); }
div.DivClassName
{
background-color: #33CCA1;
}
.BgClassName
{
background-color: #33CCA1;
}
</style>
border-color css
<style>
span { border-color: #33CCA1; }
span { border-color: rgb(51,204,161); }
td.TdClassName
{
border-color: #33CCA1;
}
.TagClassName
{
border-color: #33CCA1;
}
</style>