Shades of Medium Sea Green #30D066
Tints of Medium Sea Green #30D066
RGB
CMYK
RGB Variations
Color information
#30D066 (or 0x30D066) is known color: Medium Sea Green. HEX triplet: 30, D0 and 66. RGB value is (48,208,102). Sum of RGB (Red+Green+Blue) = 48+208+102=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #30D066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D066 is #CF2F99. Grayscale: #949494. Windows color (decimal): -13578138 or 6737968. OLE color: 6737968.
HSL color Cylindrical-coordinate representation of color #30D066: hue angle of 140.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D066 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 102 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.18 |
| HSL | 140.25º | 0.63% | 0.5% | - |
| HSV(B) | 140.25º | 0.77% | 0.82% | - |
| XYZ | 26.17 | 46.7 | 20.2 | - |
| YUV | 148.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 102 | 0.77 | 0 | 0.51 | 0.18 | 140.25 | 0.63 | 0.5 |
| Hex | 30 | D0 | 66 | 4D | 0 | 33 | 12 | 8C | 3F | 32 |
| Octal | 60 | 320 | 146 | 115 | 0 | 63 | 22 | 214 | 77 | 62 |
| Binary | 110000 | 11010000 | 1100110 | 1001101 | 0 | 110011 | 10010 | 10001100 | 111111 | 110010 |
Color Harmonies of #30D066
Complementary color
Monochromatic Colors of #30D066
Black with #30D066
Text Example
Text Example
White with #30D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D066; }
p { color: rgb(48,208,102); }
H1.HeaderClassName
{
color: #30D066;
}
.AnyTagClassName
{
color: #30D066;
}
</style>
background-color css
<style>
a { background-color: #30D066; }
a { background-color: rgb(48,208,102); }
div.DivClassName
{
background-color: #30D066;
}
.BgClassName
{
background-color: #30D066;
}
</style>
border-color css
<style>
span { border-color: #30D066; }
span { border-color: rgb(48,208,102); }
td.TdClassName
{
border-color: #30D066;
}
.TagClassName
{
border-color: #30D066;
}
</style>