Shades of Medium Sea Green #30AF60
Tints of Medium Sea Green #30AF60
RGB
CMYK
RGB Variations
Color information
#30AF60 (or 0x30AF60) is known color: Medium Sea Green. HEX triplet: 30, AF and 60. RGB value is (48,175,96). Sum of RGB (Red+Green+Blue) = 48+175+96=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF60 is #CF509F. Grayscale: #808080. Windows color (decimal): -13586592 or 6336304. OLE color: 6336304.
HSL color Cylindrical-coordinate representation of color #30AF60: hue angle of 142.68º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF60 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 96 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.31 |
| HSL | 142.68º | 0.57% | 0.44% | - |
| HSV(B) | 142.68º | 0.73% | 0.69% | - |
| XYZ | 18.66 | 32.13 | 16.29 | - |
| YUV | 128.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 96 | 0.73 | 0 | 0.45 | 0.31 | 142.68 | 0.57 | 0.44 |
| Hex | 30 | AF | 60 | 49 | 0 | 2D | 1F | 8F | 39 | 2C |
| Octal | 60 | 257 | 140 | 111 | 0 | 55 | 37 | 217 | 71 | 54 |
| Binary | 110000 | 10101111 | 1100000 | 1001001 | 0 | 101101 | 11111 | 10001111 | 111001 | 101100 |
Color Harmonies of #30AF60
Complementary color
Monochromatic Colors of #30AF60
Black with #30AF60
Text Example
Text Example
White with #30AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF60; }
p { color: rgb(48,175,96); }
H1.HeaderClassName
{
color: #30AF60;
}
.AnyTagClassName
{
color: #30AF60;
}
</style>
background-color css
<style>
a { background-color: #30AF60; }
a { background-color: rgb(48,175,96); }
div.DivClassName
{
background-color: #30AF60;
}
.BgClassName
{
background-color: #30AF60;
}
</style>
border-color css
<style>
span { border-color: #30AF60; }
span { border-color: rgb(48,175,96); }
td.TdClassName
{
border-color: #30AF60;
}
.TagClassName
{
border-color: #30AF60;
}
</style>