Shades of Shamrock #33D6B2
Tints of Shamrock #33D6B2
RGB
CMYK
RGB Variations
Color information
#33D6B2 (or 0x33D6B2) is known color: Shamrock. HEX triplet: 33, D6 and B2. RGB value is (51,214,178). Sum of RGB (Red+Green+Blue) = 51+214+178=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D6B2 is #CC294D. Grayscale: #A1A1A1. Windows color (decimal): -13379918 or 11720243. OLE color: 11720243.
HSL color Cylindrical-coordinate representation of color #33D6B2: hue angle of 166.75º 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 #33D6B2 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 178 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.16 |
| HSL | 166.75º | 0.67% | 0.52% | - |
| HSV(B) | 166.75º | 0.76% | 0.84% | - |
| XYZ | 33.45 | 52.01 | 50.4 | - |
| YUV | 161.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 178 | 0.76 | 0 | 0.17 | 0.16 | 166.75 | 0.67 | 0.52 |
| Hex | 33 | D6 | B2 | 4C | 0 | 11 | 10 | A7 | 43 | 34 |
| Octal | 63 | 326 | 262 | 114 | 0 | 21 | 20 | 247 | 103 | 64 |
| Binary | 110011 | 11010110 | 10110010 | 1001100 | 0 | 10001 | 10000 | 10100111 | 1000011 | 110100 |
Color Harmonies of #33D6B2
Complementary color
Monochromatic Colors of #33D6B2
Black with #33D6B2
Text Example
Text Example
White with #33D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D6B2; }
p { color: rgb(51,214,178); }
H1.HeaderClassName
{
color: #33D6B2;
}
.AnyTagClassName
{
color: #33D6B2;
}
</style>
background-color css
<style>
a { background-color: #33D6B2; }
a { background-color: rgb(51,214,178); }
div.DivClassName
{
background-color: #33D6B2;
}
.BgClassName
{
background-color: #33D6B2;
}
</style>
border-color css
<style>
span { border-color: #33D6B2; }
span { border-color: rgb(51,214,178); }
td.TdClassName
{
border-color: #33D6B2;
}
.TagClassName
{
border-color: #33D6B2;
}
</style>