Shades of Medium Sea Green #33D075
Tints of Medium Sea Green #33D075
RGB
CMYK
RGB Variations
Color information
#33D075 (or 0x33D075) is known color: Medium Sea Green. HEX triplet: 33, D0 and 75. RGB value is (51,208,117). Sum of RGB (Red+Green+Blue) = 51+208+117=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #33D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D075 is #CC2F8A. Grayscale: #969696. Windows color (decimal): -13381515 or 7721011. OLE color: 7721011.
HSL color Cylindrical-coordinate representation of color #33D075: hue angle of 145.22º 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 #33D075 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 117 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.18 |
| HSL | 145.22º | 0.63% | 0.51% | - |
| HSV(B) | 145.22º | 0.75% | 0.82% | - |
| XYZ | 27.13 | 47.1 | 24.49 | - |
| YUV | 150.68 | 108.99 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 117 | 0.75 | 0 | 0.44 | 0.18 | 145.22 | 0.63 | 0.51 |
| Hex | 33 | D0 | 75 | 4B | 0 | 2C | 12 | 91 | 3F | 33 |
| Octal | 63 | 320 | 165 | 113 | 0 | 54 | 22 | 221 | 77 | 63 |
| Binary | 110011 | 11010000 | 1110101 | 1001011 | 0 | 101100 | 10010 | 10010001 | 111111 | 110011 |
Color Harmonies of #33D075
Complementary color
Monochromatic Colors of #33D075
Black with #33D075
Text Example
Text Example
White with #33D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D075; }
p { color: rgb(51,208,117); }
H1.HeaderClassName
{
color: #33D075;
}
.AnyTagClassName
{
color: #33D075;
}
</style>
background-color css
<style>
a { background-color: #33D075; }
a { background-color: rgb(51,208,117); }
div.DivClassName
{
background-color: #33D075;
}
.BgClassName
{
background-color: #33D075;
}
</style>
border-color css
<style>
span { border-color: #33D075; }
span { border-color: rgb(51,208,117); }
td.TdClassName
{
border-color: #33D075;
}
.TagClassName
{
border-color: #33D075;
}
</style>