Shades of Shamrock #33D6A8
Tints of Shamrock #33D6A8
RGB
CMYK
RGB Variations
Color information
#33D6A8 (or 0x33D6A8) is known color: Shamrock. HEX triplet: 33, D6 and A8. RGB value is (51,214,168). Sum of RGB (Red+Green+Blue) = 51+214+168=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D6A8 is #CC2957. Grayscale: #A0A0A0. Windows color (decimal): -13379928 or 11064883. OLE color: 11064883.
HSL color Cylindrical-coordinate representation of color #33D6A8: hue angle of 163.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D6A8 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 168 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.16 |
| HSL | 163.07º | 0.67% | 0.52% | - |
| HSV(B) | 163.07º | 0.76% | 0.84% | - |
| XYZ | 32.48 | 51.62 | 45.3 | - |
| YUV | 160.02 | 132.5 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 168 | 0.76 | 0 | 0.21 | 0.16 | 163.07 | 0.67 | 0.52 |
| Hex | 33 | D6 | A8 | 4C | 0 | 15 | 10 | A3 | 43 | 34 |
| Octal | 63 | 326 | 250 | 114 | 0 | 25 | 20 | 243 | 103 | 64 |
| Binary | 110011 | 11010110 | 10101000 | 1001100 | 0 | 10101 | 10000 | 10100011 | 1000011 | 110100 |
Color Harmonies of #33D6A8
Complementary color
Monochromatic Colors of #33D6A8
Black with #33D6A8
Text Example
Text Example
White with #33D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D6A8; }
p { color: rgb(51,214,168); }
H1.HeaderClassName
{
color: #33D6A8;
}
.AnyTagClassName
{
color: #33D6A8;
}
</style>
background-color css
<style>
a { background-color: #33D6A8; }
a { background-color: rgb(51,214,168); }
div.DivClassName
{
background-color: #33D6A8;
}
.BgClassName
{
background-color: #33D6A8;
}
</style>
border-color css
<style>
span { border-color: #33D6A8; }
span { border-color: rgb(51,214,168); }
td.TdClassName
{
border-color: #33D6A8;
}
.TagClassName
{
border-color: #33D6A8;
}
</style>