Shades of Medium Sea Green #30AA6E
Tints of Medium Sea Green #30AA6E
RGB
CMYK
RGB Variations
Color information
#30AA6E (or 0x30AA6E) is known color: Medium Sea Green. HEX triplet: 30, AA and 6E. RGB value is (48,170,110). Sum of RGB (Red+Green+Blue) = 48+170+110=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA6E is #CF5591. Grayscale: #7E7E7E. Windows color (decimal): -13587858 or 7252528. OLE color: 7252528.
HSL color Cylindrical-coordinate representation of color #30AA6E: hue angle of 150.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA6E is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 110 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.33 |
| HSL | 150.49º | 0.56% | 0.43% | - |
| HSV(B) | 150.49º | 0.72% | 0.67% | - |
| XYZ | 18.41 | 30.5 | 19.67 | - |
| YUV | 126.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 110 | 0.72 | 0 | 0.35 | 0.33 | 150.49 | 0.56 | 0.43 |
| Hex | 30 | AA | 6E | 48 | 0 | 23 | 21 | 96 | 38 | 2B |
| Octal | 60 | 252 | 156 | 110 | 0 | 43 | 41 | 226 | 70 | 53 |
| Binary | 110000 | 10101010 | 1101110 | 1001000 | 0 | 100011 | 100001 | 10010110 | 111000 | 101011 |
Color Harmonies of #30AA6E
Complementary color
Monochromatic Colors of #30AA6E
Black with #30AA6E
Text Example
Text Example
White with #30AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA6E; }
p { color: rgb(48,170,110); }
H1.HeaderClassName
{
color: #30AA6E;
}
.AnyTagClassName
{
color: #30AA6E;
}
</style>
background-color css
<style>
a { background-color: #30AA6E; }
a { background-color: rgb(48,170,110); }
div.DivClassName
{
background-color: #30AA6E;
}
.BgClassName
{
background-color: #30AA6E;
}
</style>
border-color css
<style>
span { border-color: #30AA6E; }
span { border-color: rgb(48,170,110); }
td.TdClassName
{
border-color: #30AA6E;
}
.TagClassName
{
border-color: #30AA6E;
}
</style>