Shades of Medium Sea Green #33BA80
Tints of Medium Sea Green #33BA80
RGB
CMYK
RGB Variations
Color information
#33BA80 (or 0x33BA80) is known color: Medium Sea Green. HEX triplet: 33, BA and 80. RGB value is (51,186,128). Sum of RGB (Red+Green+Blue) = 51+186+128=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA80 is #CC457F. Grayscale: #8B8B8B. Windows color (decimal): -13387136 or 8436275. OLE color: 8436275.
HSL color Cylindrical-coordinate representation of color #33BA80: hue angle of 154.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA80 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 128 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.27 |
| HSL | 154.22º | 0.57% | 0.46% | - |
| HSV(B) | 154.22º | 0.73% | 0.73% | - |
| XYZ | 22.82 | 37.38 | 26.43 | - |
| YUV | 139.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 128 | 0.73 | 0 | 0.31 | 0.27 | 154.22 | 0.57 | 0.46 |
| Hex | 33 | BA | 80 | 49 | 0 | 1F | 1B | 9A | 39 | 2E |
| Octal | 63 | 272 | 200 | 111 | 0 | 37 | 33 | 232 | 71 | 56 |
| Binary | 110011 | 10111010 | 10000000 | 1001001 | 0 | 11111 | 11011 | 10011010 | 111001 | 101110 |
Color Harmonies of #33BA80
Complementary color
Monochromatic Colors of #33BA80
Black with #33BA80
Text Example
Text Example
White with #33BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA80; }
p { color: rgb(51,186,128); }
H1.HeaderClassName
{
color: #33BA80;
}
.AnyTagClassName
{
color: #33BA80;
}
</style>
background-color css
<style>
a { background-color: #33BA80; }
a { background-color: rgb(51,186,128); }
div.DivClassName
{
background-color: #33BA80;
}
.BgClassName
{
background-color: #33BA80;
}
</style>
border-color css
<style>
span { border-color: #33BA80; }
span { border-color: rgb(51,186,128); }
td.TdClassName
{
border-color: #33BA80;
}
.TagClassName
{
border-color: #33BA80;
}
</style>