Shades of Medium Sea Green #30AF73
Tints of Medium Sea Green #30AF73
RGB
CMYK
RGB Variations
Color information
#30AF73 (or 0x30AF73) is known color: Medium Sea Green. HEX triplet: 30, AF and 73. RGB value is (48,175,115). Sum of RGB (Red+Green+Blue) = 48+175+115=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF73 is #CF508C. Grayscale: #828282. Windows color (decimal): -13586573 or 7581488. OLE color: 7581488.
HSL color Cylindrical-coordinate representation of color #30AF73: hue angle of 151.65º 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 #30AF73 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 115 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.31 |
| HSL | 151.65º | 0.57% | 0.44% | - |
| HSV(B) | 151.65º | 0.73% | 0.69% | - |
| XYZ | 19.64 | 32.53 | 21.46 | - |
| YUV | 130.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 115 | 0.73 | 0 | 0.34 | 0.31 | 151.65 | 0.57 | 0.44 |
| Hex | 30 | AF | 73 | 49 | 0 | 22 | 1F | 98 | 39 | 2C |
| Octal | 60 | 257 | 163 | 111 | 0 | 42 | 37 | 230 | 71 | 54 |
| Binary | 110000 | 10101111 | 1110011 | 1001001 | 0 | 100010 | 11111 | 10011000 | 111001 | 101100 |
Color Harmonies of #30AF73
Complementary color
Monochromatic Colors of #30AF73
Black with #30AF73
Text Example
Text Example
White with #30AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF73; }
p { color: rgb(48,175,115); }
H1.HeaderClassName
{
color: #30AF73;
}
.AnyTagClassName
{
color: #30AF73;
}
</style>
background-color css
<style>
a { background-color: #30AF73; }
a { background-color: rgb(48,175,115); }
div.DivClassName
{
background-color: #30AF73;
}
.BgClassName
{
background-color: #30AF73;
}
</style>
border-color css
<style>
span { border-color: #30AF73; }
span { border-color: rgb(48,175,115); }
td.TdClassName
{
border-color: #30AF73;
}
.TagClassName
{
border-color: #30AF73;
}
</style>