Shades of Shamrock #33CEAC
Tints of Shamrock #33CEAC
RGB
CMYK
RGB Variations
Color information
#33CEAC (or 0x33CEAC) is known color: Shamrock. HEX triplet: 33, CE and AC. RGB value is (51,206,172). Sum of RGB (Red+Green+Blue) = 51+206+172=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEAC is #CC3153. Grayscale: #9B9B9B. Windows color (decimal): -13381972 or 11324979. OLE color: 11324979.
HSL color Cylindrical-coordinate representation of color #33CEAC: hue angle of 166.84º 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 #33CEAC is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 172 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.19 |
| HSL | 166.84º | 0.61% | 0.5% | - |
| HSV(B) | 166.84º | 0.75% | 0.81% | - |
| XYZ | 30.88 | 47.82 | 46.63 | - |
| YUV | 155.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 172 | 0.75 | 0 | 0.17 | 0.19 | 166.84 | 0.61 | 0.5 |
| Hex | 33 | CE | AC | 4B | 0 | 11 | 13 | A7 | 3D | 32 |
| Octal | 63 | 316 | 254 | 113 | 0 | 21 | 23 | 247 | 75 | 62 |
| Binary | 110011 | 11001110 | 10101100 | 1001011 | 0 | 10001 | 10011 | 10100111 | 111101 | 110010 |
Color Harmonies of #33CEAC
Complementary color
Monochromatic Colors of #33CEAC
Black with #33CEAC
Text Example
Text Example
White with #33CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEAC; }
p { color: rgb(51,206,172); }
H1.HeaderClassName
{
color: #33CEAC;
}
.AnyTagClassName
{
color: #33CEAC;
}
</style>
background-color css
<style>
a { background-color: #33CEAC; }
a { background-color: rgb(51,206,172); }
div.DivClassName
{
background-color: #33CEAC;
}
.BgClassName
{
background-color: #33CEAC;
}
</style>
border-color css
<style>
span { border-color: #33CEAC; }
span { border-color: rgb(51,206,172); }
td.TdClassName
{
border-color: #33CEAC;
}
.TagClassName
{
border-color: #33CEAC;
}
</style>