Shades of Shamrock #33CCAF
Tints of Shamrock #33CCAF
RGB
CMYK
RGB Variations
Color information
#33CCAF (or 0x33CCAF) is known color: Shamrock. HEX triplet: 33, CC and AF. RGB value is (51,204,175). Sum of RGB (Red+Green+Blue) = 51+204+175=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCAF is #CC3350. Grayscale: #9A9A9A. Windows color (decimal): -13382481 or 11521075. OLE color: 11521075.
HSL color Cylindrical-coordinate representation of color #33CCAF: hue angle of 168.63º 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 #33CCAF is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 175 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.2 |
| HSL | 168.63º | 0.6% | 0.5% | - |
| HSV(B) | 168.63º | 0.75% | 0.8% | - |
| XYZ | 30.7 | 46.98 | 48.01 | - |
| YUV | 154.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 175 | 0.75 | 0 | 0.14 | 0.2 | 168.63 | 0.6 | 0.5 |
| Hex | 33 | CC | AF | 4B | 0 | E | 14 | A9 | 3C | 32 |
| Octal | 63 | 314 | 257 | 113 | 0 | 16 | 24 | 251 | 74 | 62 |
| Binary | 110011 | 11001100 | 10101111 | 1001011 | 0 | 1110 | 10100 | 10101001 | 111100 | 110010 |
Color Harmonies of #33CCAF
Complementary color
Monochromatic Colors of #33CCAF
Black with #33CCAF
Text Example
Text Example
White with #33CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCAF; }
p { color: rgb(51,204,175); }
H1.HeaderClassName
{
color: #33CCAF;
}
.AnyTagClassName
{
color: #33CCAF;
}
</style>
background-color css
<style>
a { background-color: #33CCAF; }
a { background-color: rgb(51,204,175); }
div.DivClassName
{
background-color: #33CCAF;
}
.BgClassName
{
background-color: #33CCAF;
}
</style>
border-color css
<style>
span { border-color: #33CCAF; }
span { border-color: rgb(51,204,175); }
td.TdClassName
{
border-color: #33CCAF;
}
.TagClassName
{
border-color: #33CCAF;
}
</style>