Shades of Medium Sea Green #30AF65
Tints of Medium Sea Green #30AF65
RGB
CMYK
RGB Variations
Color information
#30AF65 (or 0x30AF65) is known color: Medium Sea Green. HEX triplet: 30, AF and 65. RGB value is (48,175,101). Sum of RGB (Red+Green+Blue) = 48+175+101=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF65 is #CF509A. Grayscale: #808080. Windows color (decimal): -13586587 or 6663984. OLE color: 6663984.
HSL color Cylindrical-coordinate representation of color #30AF65: hue angle of 145.04º 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 #30AF65 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 101 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.31 |
| HSL | 145.04º | 0.57% | 0.44% | - |
| HSV(B) | 145.04º | 0.73% | 0.69% | - |
| XYZ | 18.9 | 32.23 | 17.54 | - |
| YUV | 128.59 | 112.42 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 101 | 0.73 | 0 | 0.42 | 0.31 | 145.04 | 0.57 | 0.44 |
| Hex | 30 | AF | 65 | 49 | 0 | 2A | 1F | 91 | 39 | 2C |
| Octal | 60 | 257 | 145 | 111 | 0 | 52 | 37 | 221 | 71 | 54 |
| Binary | 110000 | 10101111 | 1100101 | 1001001 | 0 | 101010 | 11111 | 10010001 | 111001 | 101100 |
Color Harmonies of #30AF65
Complementary color
Monochromatic Colors of #30AF65
Black with #30AF65
Text Example
Text Example
White with #30AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF65; }
p { color: rgb(48,175,101); }
H1.HeaderClassName
{
color: #30AF65;
}
.AnyTagClassName
{
color: #30AF65;
}
</style>
background-color css
<style>
a { background-color: #30AF65; }
a { background-color: rgb(48,175,101); }
div.DivClassName
{
background-color: #30AF65;
}
.BgClassName
{
background-color: #30AF65;
}
</style>
border-color css
<style>
span { border-color: #30AF65; }
span { border-color: rgb(48,175,101); }
td.TdClassName
{
border-color: #30AF65;
}
.TagClassName
{
border-color: #30AF65;
}
</style>