Shades of Shamrock #33BD9A
Tints of Shamrock #33BD9A
RGB
CMYK
RGB Variations
Color information
#33BD9A (or 0x33BD9A) is known color: Shamrock. HEX triplet: 33, BD and 9A. RGB value is (51,189,154). Sum of RGB (Red+Green+Blue) = 51+189+154=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD9A is #CC4265. Grayscale: #8F8F8F. Windows color (decimal): -13386342 or 10140979. OLE color: 10140979.
HSL color Cylindrical-coordinate representation of color #33BD9A: hue angle of 164.78º 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 #33BD9A is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 154 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.26 |
| HSL | 164.78º | 0.58% | 0.47% | - |
| HSV(B) | 164.78º | 0.73% | 0.74% | - |
| XYZ | 25.4 | 39.43 | 36.84 | - |
| YUV | 143.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 154 | 0.73 | 0 | 0.19 | 0.26 | 164.78 | 0.58 | 0.47 |
| Hex | 33 | BD | 9A | 49 | 0 | 13 | 1A | A5 | 3A | 2F |
| Octal | 63 | 275 | 232 | 111 | 0 | 23 | 32 | 245 | 72 | 57 |
| Binary | 110011 | 10111101 | 10011010 | 1001001 | 0 | 10011 | 11010 | 10100101 | 111010 | 101111 |
Color Harmonies of #33BD9A
Complementary color
Monochromatic Colors of #33BD9A
Black with #33BD9A
Text Example
Text Example
White with #33BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD9A; }
p { color: rgb(51,189,154); }
H1.HeaderClassName
{
color: #33BD9A;
}
.AnyTagClassName
{
color: #33BD9A;
}
</style>
background-color css
<style>
a { background-color: #33BD9A; }
a { background-color: rgb(51,189,154); }
div.DivClassName
{
background-color: #33BD9A;
}
.BgClassName
{
background-color: #33BD9A;
}
</style>
border-color css
<style>
span { border-color: #33BD9A; }
span { border-color: rgb(51,189,154); }
td.TdClassName
{
border-color: #33BD9A;
}
.TagClassName
{
border-color: #33BD9A;
}
</style>