Shades of Shamrock #33C5AC
Tints of Shamrock #33C5AC
RGB
CMYK
RGB Variations
Color information
#33C5AC (or 0x33C5AC) is known color: Shamrock. HEX triplet: 33, C5 and AC. RGB value is (51,197,172). Sum of RGB (Red+Green+Blue) = 51+197+172=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C5AC is #CC3A53. Grayscale: #969696. Windows color (decimal): -13384276 or 11322675. OLE color: 11322675.
HSL color Cylindrical-coordinate representation of color #33C5AC: hue angle of 169.73º 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 #33C5AC is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 172 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.23 |
| HSL | 169.73º | 0.59% | 0.49% | - |
| HSV(B) | 169.73º | 0.74% | 0.77% | - |
| XYZ | 28.78 | 43.61 | 45.93 | - |
| YUV | 150.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 172 | 0.74 | 0 | 0.13 | 0.23 | 169.73 | 0.59 | 0.49 |
| Hex | 33 | C5 | AC | 4A | 0 | D | 17 | AA | 3B | 31 |
| Octal | 63 | 305 | 254 | 112 | 0 | 15 | 27 | 252 | 73 | 61 |
| Binary | 110011 | 11000101 | 10101100 | 1001010 | 0 | 1101 | 10111 | 10101010 | 111011 | 110001 |
Color Harmonies of #33C5AC
Complementary color
Monochromatic Colors of #33C5AC
Black with #33C5AC
Text Example
Text Example
White with #33C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C5AC; }
p { color: rgb(51,197,172); }
H1.HeaderClassName
{
color: #33C5AC;
}
.AnyTagClassName
{
color: #33C5AC;
}
</style>
background-color css
<style>
a { background-color: #33C5AC; }
a { background-color: rgb(51,197,172); }
div.DivClassName
{
background-color: #33C5AC;
}
.BgClassName
{
background-color: #33C5AC;
}
</style>
border-color css
<style>
span { border-color: #33C5AC; }
span { border-color: rgb(51,197,172); }
td.TdClassName
{
border-color: #33C5AC;
}
.TagClassName
{
border-color: #33C5AC;
}
</style>