Shades of Medium Sea Green #33D066
Tints of Medium Sea Green #33D066
RGB
CMYK
RGB Variations
Color information
#33D066 (or 0x33D066) is known color: Medium Sea Green. HEX triplet: 33, D0 and 66. RGB value is (51,208,102). Sum of RGB (Red+Green+Blue) = 51+208+102=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #33D066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D066 is #CC2F99. Grayscale: #959595. Windows color (decimal): -13381530 or 6737971. OLE color: 6737971.
HSL color Cylindrical-coordinate representation of color #33D066: hue angle of 139.49º 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 #33D066 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 102 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.18 |
| HSL | 139.49º | 0.63% | 0.51% | - |
| HSV(B) | 139.49º | 0.75% | 0.82% | - |
| XYZ | 26.32 | 46.77 | 20.21 | - |
| YUV | 148.97 | 101.49 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 102 | 0.75 | 0 | 0.51 | 0.18 | 139.49 | 0.63 | 0.51 |
| Hex | 33 | D0 | 66 | 4B | 0 | 33 | 12 | 8B | 3F | 33 |
| Octal | 63 | 320 | 146 | 113 | 0 | 63 | 22 | 213 | 77 | 63 |
| Binary | 110011 | 11010000 | 1100110 | 1001011 | 0 | 110011 | 10010 | 10001011 | 111111 | 110011 |
Color Harmonies of #33D066
Complementary color
Monochromatic Colors of #33D066
Black with #33D066
Text Example
Text Example
White with #33D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D066; }
p { color: rgb(51,208,102); }
H1.HeaderClassName
{
color: #33D066;
}
.AnyTagClassName
{
color: #33D066;
}
</style>
background-color css
<style>
a { background-color: #33D066; }
a { background-color: rgb(51,208,102); }
div.DivClassName
{
background-color: #33D066;
}
.BgClassName
{
background-color: #33D066;
}
</style>
border-color css
<style>
span { border-color: #33D066; }
span { border-color: rgb(51,208,102); }
td.TdClassName
{
border-color: #33D066;
}
.TagClassName
{
border-color: #33D066;
}
</style>