Shades of Shamrock #33D3AB
Tints of Shamrock #33D3AB
RGB
CMYK
RGB Variations
Color information
#33D3AB (or 0x33D3AB) is known color: Shamrock. HEX triplet: 33, D3 and AB. RGB value is (51,211,171). Sum of RGB (Red+Green+Blue) = 51+211+171=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #33D3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D3AB is #CC2C54. Grayscale: #9E9E9E. Windows color (decimal): -13380693 or 11260723. OLE color: 11260723.
HSL color Cylindrical-coordinate representation of color #33D3AB: hue angle of 165º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D3AB is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 211 | 171 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.17 |
| HSL | 165º | 0.65% | 0.51% | - |
| HSV(B) | 165º | 0.76% | 0.83% | - |
| XYZ | 32.01 | 50.23 | 46.54 | - |
| YUV | 158.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 211 | 171 | 0.76 | 0 | 0.19 | 0.17 | 165 | 0.65 | 0.51 |
| Hex | 33 | D3 | AB | 4C | 0 | 13 | 11 | A5 | 41 | 33 |
| Octal | 63 | 323 | 253 | 114 | 0 | 23 | 21 | 245 | 101 | 63 |
| Binary | 110011 | 11010011 | 10101011 | 1001100 | 0 | 10011 | 10001 | 10100101 | 1000001 | 110011 |
Color Harmonies of #33D3AB
Complementary color
Monochromatic Colors of #33D3AB
Black with #33D3AB
Text Example
Text Example
White with #33D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D3AB; }
p { color: rgb(51,211,171); }
H1.HeaderClassName
{
color: #33D3AB;
}
.AnyTagClassName
{
color: #33D3AB;
}
</style>
background-color css
<style>
a { background-color: #33D3AB; }
a { background-color: rgb(51,211,171); }
div.DivClassName
{
background-color: #33D3AB;
}
.BgClassName
{
background-color: #33D3AB;
}
</style>
border-color css
<style>
span { border-color: #33D3AB; }
span { border-color: rgb(51,211,171); }
td.TdClassName
{
border-color: #33D3AB;
}
.TagClassName
{
border-color: #33D3AB;
}
</style>