Shades of Medium Sea Green #30AF76
Tints of Medium Sea Green #30AF76
RGB
CMYK
RGB Variations
Color information
#30AF76 (or 0x30AF76) is known color: Medium Sea Green. HEX triplet: 30, AF and 76. RGB value is (48,175,118). Sum of RGB (Red+Green+Blue) = 48+175+118=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF76 is #CF5089. Grayscale: #828282. Windows color (decimal): -13586570 or 7778096. OLE color: 7778096.
HSL color Cylindrical-coordinate representation of color #30AF76: hue angle of 153.07º 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 #30AF76 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 118 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.31 |
| HSL | 153.07º | 0.57% | 0.44% | - |
| HSV(B) | 153.07º | 0.73% | 0.69% | - |
| XYZ | 19.82 | 32.6 | 22.39 | - |
| YUV | 130.53 | 120.92 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 118 | 0.73 | 0 | 0.33 | 0.31 | 153.07 | 0.57 | 0.44 |
| Hex | 30 | AF | 76 | 49 | 0 | 21 | 1F | 99 | 39 | 2C |
| Octal | 60 | 257 | 166 | 111 | 0 | 41 | 37 | 231 | 71 | 54 |
| Binary | 110000 | 10101111 | 1110110 | 1001001 | 0 | 100001 | 11111 | 10011001 | 111001 | 101100 |
Color Harmonies of #30AF76
Complementary color
Monochromatic Colors of #30AF76
Black with #30AF76
Text Example
Text Example
White with #30AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF76; }
p { color: rgb(48,175,118); }
H1.HeaderClassName
{
color: #30AF76;
}
.AnyTagClassName
{
color: #30AF76;
}
</style>
background-color css
<style>
a { background-color: #30AF76; }
a { background-color: rgb(48,175,118); }
div.DivClassName
{
background-color: #30AF76;
}
.BgClassName
{
background-color: #30AF76;
}
</style>
border-color css
<style>
span { border-color: #30AF76; }
span { border-color: rgb(48,175,118); }
td.TdClassName
{
border-color: #30AF76;
}
.TagClassName
{
border-color: #30AF76;
}
</style>