Shades of Shamrock #33D5AB
Tints of Shamrock #33D5AB
RGB
CMYK
RGB Variations
Color information
#33D5AB (or 0x33D5AB) is known color: Shamrock. HEX triplet: 33, D5 and AB. RGB value is (51,213,171). Sum of RGB (Red+Green+Blue) = 51+213+171=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #33D5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D5AB is #CC2A54. Grayscale: #9F9F9F. Windows color (decimal): -13380181 or 11261235. OLE color: 11261235.
HSL color Cylindrical-coordinate representation of color #33D5AB: hue angle of 164.44º degrees, saturation: 0.66, 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 #33D5AB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 171 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.16 |
| HSL | 164.44º | 0.66% | 0.52% | - |
| HSV(B) | 164.44º | 0.76% | 0.84% | - |
| XYZ | 32.51 | 51.23 | 46.7 | - |
| YUV | 159.77 | 134.33 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 171 | 0.76 | 0 | 0.20 | 0.16 | 164.44 | 0.66 | 0.52 |
| Hex | 33 | D5 | AB | 4C | 0 | 14 | 10 | A4 | 42 | 34 |
| Octal | 63 | 325 | 253 | 114 | 0 | 24 | 20 | 244 | 102 | 64 |
| Binary | 110011 | 11010101 | 10101011 | 1001100 | 0 | 10100 | 10000 | 10100100 | 1000010 | 110100 |
Color Harmonies of #33D5AB
Complementary color
Monochromatic Colors of #33D5AB
Black with #33D5AB
Text Example
Text Example
White with #33D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D5AB; }
p { color: rgb(51,213,171); }
H1.HeaderClassName
{
color: #33D5AB;
}
.AnyTagClassName
{
color: #33D5AB;
}
</style>
background-color css
<style>
a { background-color: #33D5AB; }
a { background-color: rgb(51,213,171); }
div.DivClassName
{
background-color: #33D5AB;
}
.BgClassName
{
background-color: #33D5AB;
}
</style>
border-color css
<style>
span { border-color: #33D5AB; }
span { border-color: rgb(51,213,171); }
td.TdClassName
{
border-color: #33D5AB;
}
.TagClassName
{
border-color: #33D5AB;
}
</style>