Shades of Medium Sea Green #30AC74
Tints of Medium Sea Green #30AC74
RGB
CMYK
RGB Variations
Color information
#30AC74 (or 0x30AC74) is known color: Medium Sea Green. HEX triplet: 30, AC and 74. RGB value is (48,172,116). Sum of RGB (Red+Green+Blue) = 48+172+116=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AC74 is #CF538B. Grayscale: #808080. Windows color (decimal): -13587340 or 7646256. OLE color: 7646256.
HSL color Cylindrical-coordinate representation of color #30AC74: hue angle of 152.9º 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 #30AC74 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 172 | 116 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.33 |
| HSL | 152.9º | 0.56% | 0.43% | - |
| HSV(B) | 152.9º | 0.72% | 0.67% | - |
| XYZ | 19.12 | 31.39 | 21.57 | - |
| YUV | 128.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 116 | 0.72 | 0 | 0.33 | 0.33 | 152.9 | 0.56 | 0.43 |
| Hex | 30 | AC | 74 | 48 | 0 | 21 | 21 | 99 | 38 | 2B |
| Octal | 60 | 254 | 164 | 110 | 0 | 41 | 41 | 231 | 70 | 53 |
| Binary | 110000 | 10101100 | 1110100 | 1001000 | 0 | 100001 | 100001 | 10011001 | 111000 | 101011 |
Color Harmonies of #30AC74
Complementary color
Monochromatic Colors of #30AC74
Black with #30AC74
Text Example
Text Example
White with #30AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AC74; }
p { color: rgb(48,172,116); }
H1.HeaderClassName
{
color: #30AC74;
}
.AnyTagClassName
{
color: #30AC74;
}
</style>
background-color css
<style>
a { background-color: #30AC74; }
a { background-color: rgb(48,172,116); }
div.DivClassName
{
background-color: #30AC74;
}
.BgClassName
{
background-color: #30AC74;
}
</style>
border-color css
<style>
span { border-color: #30AC74; }
span { border-color: rgb(48,172,116); }
td.TdClassName
{
border-color: #30AC74;
}
.TagClassName
{
border-color: #30AC74;
}
</style>