Shades of Shamrock #33C5AD
Tints of Shamrock #33C5AD
RGB
CMYK
RGB Variations
Color information
#33C5AD (or 0x33C5AD) is known color: Shamrock. HEX triplet: 33, C5 and AD. RGB value is (51,197,173). Sum of RGB (Red+Green+Blue) = 51+197+173=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C5AD is #CC3A52. Grayscale: #969696. Windows color (decimal): -13384275 or 11388211. OLE color: 11388211.
HSL color Cylindrical-coordinate representation of color #33C5AD: hue angle of 170.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C5AD is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 173 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.23 |
| HSL | 170.14º | 0.59% | 0.49% | - |
| HSV(B) | 170.14º | 0.74% | 0.77% | - |
| XYZ | 28.87 | 43.65 | 46.44 | - |
| YUV | 150.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 173 | 0.74 | 0 | 0.12 | 0.23 | 170.14 | 0.59 | 0.49 |
| Hex | 33 | C5 | AD | 4A | 0 | C | 17 | AA | 3B | 31 |
| Octal | 63 | 305 | 255 | 112 | 0 | 14 | 27 | 252 | 73 | 61 |
| Binary | 110011 | 11000101 | 10101101 | 1001010 | 0 | 1100 | 10111 | 10101010 | 111011 | 110001 |
Color Harmonies of #33C5AD
Complementary color
Monochromatic Colors of #33C5AD
Black with #33C5AD
Text Example
Text Example
White with #33C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C5AD; }
p { color: rgb(51,197,173); }
H1.HeaderClassName
{
color: #33C5AD;
}
.AnyTagClassName
{
color: #33C5AD;
}
</style>
background-color css
<style>
a { background-color: #33C5AD; }
a { background-color: rgb(51,197,173); }
div.DivClassName
{
background-color: #33C5AD;
}
.BgClassName
{
background-color: #33C5AD;
}
</style>
border-color css
<style>
span { border-color: #33C5AD; }
span { border-color: rgb(51,197,173); }
td.TdClassName
{
border-color: #33C5AD;
}
.TagClassName
{
border-color: #33C5AD;
}
</style>