Shades of Shamrock #33D0B2
Tints of Shamrock #33D0B2
RGB
CMYK
RGB Variations
Color information
#33D0B2 (or 0x33D0B2) is known color: Shamrock. HEX triplet: 33, D0 and B2. RGB value is (51,208,178). Sum of RGB (Red+Green+Blue) = 51+208+178=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #33D0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D0B2 is #CC2F4D. Grayscale: #9D9D9D. Windows color (decimal): -13381454 or 11718707. OLE color: 11718707.
HSL color Cylindrical-coordinate representation of color #33D0B2: hue angle of 168.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D0B2 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 178 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.18 |
| HSL | 168.54º | 0.63% | 0.51% | - |
| HSV(B) | 168.54º | 0.75% | 0.82% | - |
| XYZ | 31.96 | 49.03 | 49.9 | - |
| YUV | 157.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 178 | 0.75 | 0 | 0.14 | 0.18 | 168.54 | 0.63 | 0.51 |
| Hex | 33 | D0 | B2 | 4B | 0 | E | 12 | A9 | 3F | 33 |
| Octal | 63 | 320 | 262 | 113 | 0 | 16 | 22 | 251 | 77 | 63 |
| Binary | 110011 | 11010000 | 10110010 | 1001011 | 0 | 1110 | 10010 | 10101001 | 111111 | 110011 |
Color Harmonies of #33D0B2
Complementary color
Monochromatic Colors of #33D0B2
Black with #33D0B2
Text Example
Text Example
White with #33D0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D0B2; }
p { color: rgb(51,208,178); }
H1.HeaderClassName
{
color: #33D0B2;
}
.AnyTagClassName
{
color: #33D0B2;
}
</style>
background-color css
<style>
a { background-color: #33D0B2; }
a { background-color: rgb(51,208,178); }
div.DivClassName
{
background-color: #33D0B2;
}
.BgClassName
{
background-color: #33D0B2;
}
</style>
border-color css
<style>
span { border-color: #33D0B2; }
span { border-color: rgb(51,208,178); }
td.TdClassName
{
border-color: #33D0B2;
}
.TagClassName
{
border-color: #33D0B2;
}
</style>