Shades of Shamrock #33DBAF
Tints of Shamrock #33DBAF
RGB
CMYK
RGB Variations
Color information
#33DBAF (or 0x33DBAF) is known color: Shamrock. HEX triplet: 33, DB and AF. RGB value is (51,219,175). Sum of RGB (Red+Green+Blue) = 51+219+175=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DBAF is #CC2450. Grayscale: #A3A3A3. Windows color (decimal): -13378641 or 11524915. OLE color: 11524915.
HSL color Cylindrical-coordinate representation of color #33DBAF: hue angle of 164.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DBAF is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 175 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.14 |
| HSL | 164.29º | 0.7% | 0.53% | - |
| HSV(B) | 164.29º | 0.77% | 0.86% | - |
| XYZ | 34.43 | 54.46 | 49.25 | - |
| YUV | 163.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 175 | 0.77 | 0 | 0.20 | 0.14 | 164.29 | 0.7 | 0.53 |
| Hex | 33 | DB | AF | 4D | 0 | 14 | E | A4 | 46 | 35 |
| Octal | 63 | 333 | 257 | 115 | 0 | 24 | 16 | 244 | 106 | 65 |
| Binary | 110011 | 11011011 | 10101111 | 1001101 | 0 | 10100 | 1110 | 10100100 | 1000110 | 110101 |
Color Harmonies of #33DBAF
Complementary color
Monochromatic Colors of #33DBAF
Black with #33DBAF
Text Example
Text Example
White with #33DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBAF; }
p { color: rgb(51,219,175); }
H1.HeaderClassName
{
color: #33DBAF;
}
.AnyTagClassName
{
color: #33DBAF;
}
</style>
background-color css
<style>
a { background-color: #33DBAF; }
a { background-color: rgb(51,219,175); }
div.DivClassName
{
background-color: #33DBAF;
}
.BgClassName
{
background-color: #33DBAF;
}
</style>
border-color css
<style>
span { border-color: #33DBAF; }
span { border-color: rgb(51,219,175); }
td.TdClassName
{
border-color: #33DBAF;
}
.TagClassName
{
border-color: #33DBAF;
}
</style>