Shades of Shamrock #33CEAF
Tints of Shamrock #33CEAF
RGB
CMYK
RGB Variations
Color information
#33CEAF (or 0x33CEAF) is known color: Shamrock. HEX triplet: 33, CE and AF. RGB value is (51,206,175). Sum of RGB (Red+Green+Blue) = 51+206+175=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEAF is #CC3150. Grayscale: #9C9C9C. Windows color (decimal): -13381969 or 11521587. OLE color: 11521587.
HSL color Cylindrical-coordinate representation of color #33CEAF: hue angle of 168º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEAF is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 175 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.19 |
| HSL | 168º | 0.61% | 0.5% | - |
| HSV(B) | 168º | 0.75% | 0.81% | - |
| XYZ | 31.17 | 47.94 | 48.17 | - |
| YUV | 156.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 175 | 0.75 | 0 | 0.15 | 0.19 | 168 | 0.61 | 0.5 |
| Hex | 33 | CE | AF | 4B | 0 | F | 13 | A8 | 3D | 32 |
| Octal | 63 | 316 | 257 | 113 | 0 | 17 | 23 | 250 | 75 | 62 |
| Binary | 110011 | 11001110 | 10101111 | 1001011 | 0 | 1111 | 10011 | 10101000 | 111101 | 110010 |
Color Harmonies of #33CEAF
Complementary color
Monochromatic Colors of #33CEAF
Black with #33CEAF
Text Example
Text Example
White with #33CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEAF; }
p { color: rgb(51,206,175); }
H1.HeaderClassName
{
color: #33CEAF;
}
.AnyTagClassName
{
color: #33CEAF;
}
</style>
background-color css
<style>
a { background-color: #33CEAF; }
a { background-color: rgb(51,206,175); }
div.DivClassName
{
background-color: #33CEAF;
}
.BgClassName
{
background-color: #33CEAF;
}
</style>
border-color css
<style>
span { border-color: #33CEAF; }
span { border-color: rgb(51,206,175); }
td.TdClassName
{
border-color: #33CEAF;
}
.TagClassName
{
border-color: #33CEAF;
}
</style>