Shades of Medium Sea Green #33D070
Tints of Medium Sea Green #33D070
RGB
CMYK
RGB Variations
Color information
#33D070 (or 0x33D070) is known color: Medium Sea Green. HEX triplet: 33, D0 and 70. RGB value is (51,208,112). Sum of RGB (Red+Green+Blue) = 51+208+112=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #33D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D070 is #CC2F8F. Grayscale: #969696. Windows color (decimal): -13381520 or 7393331. OLE color: 7393331.
HSL color Cylindrical-coordinate representation of color #33D070: hue angle of 143.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D070 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 112 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.18 |
| HSL | 143.31º | 0.63% | 0.51% | - |
| HSV(B) | 143.31º | 0.75% | 0.82% | - |
| XYZ | 26.85 | 46.99 | 22.98 | - |
| YUV | 150.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 112 | 0.75 | 0 | 0.46 | 0.18 | 143.31 | 0.63 | 0.51 |
| Hex | 33 | D0 | 70 | 4B | 0 | 2E | 12 | 8F | 3F | 33 |
| Octal | 63 | 320 | 160 | 113 | 0 | 56 | 22 | 217 | 77 | 63 |
| Binary | 110011 | 11010000 | 1110000 | 1001011 | 0 | 101110 | 10010 | 10001111 | 111111 | 110011 |
Color Harmonies of #33D070
Complementary color
Monochromatic Colors of #33D070
Black with #33D070
Text Example
Text Example
White with #33D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D070; }
p { color: rgb(51,208,112); }
H1.HeaderClassName
{
color: #33D070;
}
.AnyTagClassName
{
color: #33D070;
}
</style>
background-color css
<style>
a { background-color: #33D070; }
a { background-color: rgb(51,208,112); }
div.DivClassName
{
background-color: #33D070;
}
.BgClassName
{
background-color: #33D070;
}
</style>
border-color css
<style>
span { border-color: #33D070; }
span { border-color: rgb(51,208,112); }
td.TdClassName
{
border-color: #33D070;
}
.TagClassName
{
border-color: #33D070;
}
</style>