Shades of Shamrock #33BD8A
Tints of Shamrock #33BD8A
RGB
CMYK
RGB Variations
Color information
#33BD8A (or 0x33BD8A) is known color: Shamrock. HEX triplet: 33, BD and 8A. RGB value is (51,189,138). Sum of RGB (Red+Green+Blue) = 51+189+138=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD8A is #CC4275. Grayscale: #8D8D8D. Windows color (decimal): -13386358 or 9092403. OLE color: 9092403.
HSL color Cylindrical-coordinate representation of color #33BD8A: hue angle of 157.83º 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 #33BD8A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 138 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.26 |
| HSL | 157.83º | 0.58% | 0.47% | - |
| HSV(B) | 157.83º | 0.73% | 0.74% | - |
| XYZ | 24.15 | 38.93 | 30.29 | - |
| YUV | 141.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 138 | 0.73 | 0 | 0.27 | 0.26 | 157.83 | 0.58 | 0.47 |
| Hex | 33 | BD | 8A | 49 | 0 | 1B | 1A | 9E | 3A | 2F |
| Octal | 63 | 275 | 212 | 111 | 0 | 33 | 32 | 236 | 72 | 57 |
| Binary | 110011 | 10111101 | 10001010 | 1001001 | 0 | 11011 | 11010 | 10011110 | 111010 | 101111 |
Color Harmonies of #33BD8A
Complementary color
Monochromatic Colors of #33BD8A
Black with #33BD8A
Text Example
Text Example
White with #33BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD8A; }
p { color: rgb(51,189,138); }
H1.HeaderClassName
{
color: #33BD8A;
}
.AnyTagClassName
{
color: #33BD8A;
}
</style>
background-color css
<style>
a { background-color: #33BD8A; }
a { background-color: rgb(51,189,138); }
div.DivClassName
{
background-color: #33BD8A;
}
.BgClassName
{
background-color: #33BD8A;
}
</style>
border-color css
<style>
span { border-color: #33BD8A; }
span { border-color: rgb(51,189,138); }
td.TdClassName
{
border-color: #33BD8A;
}
.TagClassName
{
border-color: #33BD8A;
}
</style>