Shades of Shamrock #33C8AB
Tints of Shamrock #33C8AB
RGB
CMYK
RGB Variations
Color information
#33C8AB (or 0x33C8AB) is known color: Shamrock. HEX triplet: 33, C8 and AB. RGB value is (51,200,171). Sum of RGB (Red+Green+Blue) = 51+200+171=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #33C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C8AB is #CC3754. Grayscale: #989898. Windows color (decimal): -13383509 or 11257907. OLE color: 11257907.
HSL color Cylindrical-coordinate representation of color #33C8AB: hue angle of 168.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C8AB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 200 | 171 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.22 |
| HSL | 168.32º | 0.59% | 0.49% | - |
| HSV(B) | 168.32º | 0.75% | 0.78% | - |
| XYZ | 29.37 | 44.95 | 45.66 | - |
| YUV | 152.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 200 | 171 | 0.74 | 0 | 0.14 | 0.22 | 168.32 | 0.59 | 0.49 |
| Hex | 33 | C8 | AB | 4A | 0 | E | 16 | A8 | 3B | 31 |
| Octal | 63 | 310 | 253 | 112 | 0 | 16 | 26 | 250 | 73 | 61 |
| Binary | 110011 | 11001000 | 10101011 | 1001010 | 0 | 1110 | 10110 | 10101000 | 111011 | 110001 |
Color Harmonies of #33C8AB
Complementary color
Monochromatic Colors of #33C8AB
Black with #33C8AB
Text Example
Text Example
White with #33C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C8AB; }
p { color: rgb(51,200,171); }
H1.HeaderClassName
{
color: #33C8AB;
}
.AnyTagClassName
{
color: #33C8AB;
}
</style>
background-color css
<style>
a { background-color: #33C8AB; }
a { background-color: rgb(51,200,171); }
div.DivClassName
{
background-color: #33C8AB;
}
.BgClassName
{
background-color: #33C8AB;
}
</style>
border-color css
<style>
span { border-color: #33C8AB; }
span { border-color: rgb(51,200,171); }
td.TdClassName
{
border-color: #33C8AB;
}
.TagClassName
{
border-color: #33C8AB;
}
</style>