Shades of Shamrock #33CCA6
Tints of Shamrock #33CCA6
RGB
CMYK
RGB Variations
Color information
#33CCA6 (or 0x33CCA6) is known color: Shamrock. HEX triplet: 33, CC and A6. RGB value is (51,204,166). Sum of RGB (Red+Green+Blue) = 51+204+166=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA6 is #CC3359. Grayscale: #999999. Windows color (decimal): -13382490 or 10931251. OLE color: 10931251.
HSL color Cylindrical-coordinate representation of color #33CCA6: hue angle of 165.1º 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 #33CCA6 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 166 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.2 |
| HSL | 165.1º | 0.6% | 0.5% | - |
| HSV(B) | 165.1º | 0.75% | 0.8% | - |
| XYZ | 29.84 | 46.64 | 43.51 | - |
| YUV | 153.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 166 | 0.75 | 0 | 0.19 | 0.2 | 165.1 | 0.6 | 0.5 |
| Hex | 33 | CC | A6 | 4B | 0 | 13 | 14 | A5 | 3C | 32 |
| Octal | 63 | 314 | 246 | 113 | 0 | 23 | 24 | 245 | 74 | 62 |
| Binary | 110011 | 11001100 | 10100110 | 1001011 | 0 | 10011 | 10100 | 10100101 | 111100 | 110010 |
Color Harmonies of #33CCA6
Complementary color
Monochromatic Colors of #33CCA6
Black with #33CCA6
Text Example
Text Example
White with #33CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCA6; }
p { color: rgb(51,204,166); }
H1.HeaderClassName
{
color: #33CCA6;
}
.AnyTagClassName
{
color: #33CCA6;
}
</style>
background-color css
<style>
a { background-color: #33CCA6; }
a { background-color: rgb(51,204,166); }
div.DivClassName
{
background-color: #33CCA6;
}
.BgClassName
{
background-color: #33CCA6;
}
</style>
border-color css
<style>
span { border-color: #33CCA6; }
span { border-color: rgb(51,204,166); }
td.TdClassName
{
border-color: #33CCA6;
}
.TagClassName
{
border-color: #33CCA6;
}
</style>