Shades of Shamrock #33BCA0
Tints of Shamrock #33BCA0
RGB
CMYK
RGB Variations
Color information
#33BCA0 (or 0x33BCA0) is known color: Shamrock. HEX triplet: 33, BC and A0. RGB value is (51,188,160). Sum of RGB (Red+Green+Blue) = 51+188+160=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCA0 is #CC435F. Grayscale: #8F8F8F. Windows color (decimal): -13386592 or 10533939. OLE color: 10533939.
HSL color Cylindrical-coordinate representation of color #33BCA0: hue angle of 167.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCA0 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 160 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.26 |
| HSL | 167.74º | 0.57% | 0.47% | - |
| HSV(B) | 167.74º | 0.73% | 0.74% | - |
| XYZ | 25.69 | 39.21 | 39.47 | - |
| YUV | 143.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 160 | 0.73 | 0 | 0.15 | 0.26 | 167.74 | 0.57 | 0.47 |
| Hex | 33 | BC | A0 | 49 | 0 | F | 1A | A8 | 39 | 2F |
| Octal | 63 | 274 | 240 | 111 | 0 | 17 | 32 | 250 | 71 | 57 |
| Binary | 110011 | 10111100 | 10100000 | 1001001 | 0 | 1111 | 11010 | 10101000 | 111001 | 101111 |
Color Harmonies of #33BCA0
Complementary color
Monochromatic Colors of #33BCA0
Black with #33BCA0
Text Example
Text Example
White with #33BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCA0; }
p { color: rgb(51,188,160); }
H1.HeaderClassName
{
color: #33BCA0;
}
.AnyTagClassName
{
color: #33BCA0;
}
</style>
background-color css
<style>
a { background-color: #33BCA0; }
a { background-color: rgb(51,188,160); }
div.DivClassName
{
background-color: #33BCA0;
}
.BgClassName
{
background-color: #33BCA0;
}
</style>
border-color css
<style>
span { border-color: #33BCA0; }
span { border-color: rgb(51,188,160); }
td.TdClassName
{
border-color: #33BCA0;
}
.TagClassName
{
border-color: #33BCA0;
}
</style>