Shades of Shamrock #33DBAE
Tints of Shamrock #33DBAE
RGB
CMYK
RGB Variations
Color information
#33DBAE (or 0x33DBAE) is known color: Shamrock. HEX triplet: 33, DB and AE. RGB value is (51,219,174). Sum of RGB (Red+Green+Blue) = 51+219+174=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DBAE is #CC2451. Grayscale: #A3A3A3. Windows color (decimal): -13378642 or 11459379. OLE color: 11459379.
HSL color Cylindrical-coordinate representation of color #33DBAE: hue angle of 163.93º 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 #33DBAE is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 174 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.14 |
| HSL | 163.93º | 0.7% | 0.53% | - |
| HSV(B) | 163.93º | 0.77% | 0.86% | - |
| XYZ | 34.34 | 54.42 | 48.74 | - |
| YUV | 163.64 | 133.84 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 174 | 0.77 | 0 | 0.21 | 0.14 | 163.93 | 0.7 | 0.53 |
| Hex | 33 | DB | AE | 4D | 0 | 15 | E | A4 | 46 | 35 |
| Octal | 63 | 333 | 256 | 115 | 0 | 25 | 16 | 244 | 106 | 65 |
| Binary | 110011 | 11011011 | 10101110 | 1001101 | 0 | 10101 | 1110 | 10100100 | 1000110 | 110101 |
Color Harmonies of #33DBAE
Complementary color
Monochromatic Colors of #33DBAE
Black with #33DBAE
Text Example
Text Example
White with #33DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBAE; }
p { color: rgb(51,219,174); }
H1.HeaderClassName
{
color: #33DBAE;
}
.AnyTagClassName
{
color: #33DBAE;
}
</style>
background-color css
<style>
a { background-color: #33DBAE; }
a { background-color: rgb(51,219,174); }
div.DivClassName
{
background-color: #33DBAE;
}
.BgClassName
{
background-color: #33DBAE;
}
</style>
border-color css
<style>
span { border-color: #33DBAE; }
span { border-color: rgb(51,219,174); }
td.TdClassName
{
border-color: #33DBAE;
}
.TagClassName
{
border-color: #33DBAE;
}
</style>