Shades of Shamrock #33C2AA
Tints of Shamrock #33C2AA
RGB
CMYK
RGB Variations
Color information
#33C2AA (or 0x33C2AA) is known color: Shamrock. HEX triplet: 33, C2 and AA. RGB value is (51,194,170). Sum of RGB (Red+Green+Blue) = 51+194+170=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #33C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C2AA is #CC3D55. Grayscale: #949494. Windows color (decimal): -13385046 or 11190835. OLE color: 11190835.
HSL color Cylindrical-coordinate representation of color #33C2AA: hue angle of 169.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C2AA is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 170 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.24 |
| HSL | 169.93º | 0.58% | 0.48% | - |
| HSV(B) | 169.93º | 0.74% | 0.76% | - |
| XYZ | 27.91 | 42.19 | 44.7 | - |
| YUV | 148.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 170 | 0.74 | 0 | 0.12 | 0.24 | 169.93 | 0.58 | 0.48 |
| Hex | 33 | C2 | AA | 4A | 0 | C | 18 | AA | 3A | 30 |
| Octal | 63 | 302 | 252 | 112 | 0 | 14 | 30 | 252 | 72 | 60 |
| Binary | 110011 | 11000010 | 10101010 | 1001010 | 0 | 1100 | 11000 | 10101010 | 111010 | 110000 |
Color Harmonies of #33C2AA
Complementary color
Monochromatic Colors of #33C2AA
Black with #33C2AA
Text Example
Text Example
White with #33C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C2AA; }
p { color: rgb(51,194,170); }
H1.HeaderClassName
{
color: #33C2AA;
}
.AnyTagClassName
{
color: #33C2AA;
}
</style>
background-color css
<style>
a { background-color: #33C2AA; }
a { background-color: rgb(51,194,170); }
div.DivClassName
{
background-color: #33C2AA;
}
.BgClassName
{
background-color: #33C2AA;
}
</style>
border-color css
<style>
span { border-color: #33C2AA; }
span { border-color: rgb(51,194,170); }
td.TdClassName
{
border-color: #33C2AA;
}
.TagClassName
{
border-color: #33C2AA;
}
</style>