Shades of Medium Sea Green #30AD69
Tints of Medium Sea Green #30AD69
RGB
CMYK
RGB Variations
Color information
#30AD69 (or 0x30AD69) is known color: Medium Sea Green. HEX triplet: 30, AD and 69. RGB value is (48,173,105). Sum of RGB (Red+Green+Blue) = 48+173+105=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD69 is #CF5296. Grayscale: #808080. Windows color (decimal): -13587095 or 6925616. OLE color: 6925616.
HSL color Cylindrical-coordinate representation of color #30AD69: hue angle of 147.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD69 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 105 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.32 |
| HSL | 147.36º | 0.57% | 0.43% | - |
| HSV(B) | 147.36º | 0.72% | 0.68% | - |
| XYZ | 18.71 | 31.54 | 18.47 | - |
| YUV | 127.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 105 | 0.72 | 0 | 0.39 | 0.32 | 147.36 | 0.57 | 0.43 |
| Hex | 30 | AD | 69 | 48 | 0 | 27 | 20 | 93 | 39 | 2B |
| Octal | 60 | 255 | 151 | 110 | 0 | 47 | 40 | 223 | 71 | 53 |
| Binary | 110000 | 10101101 | 1101001 | 1001000 | 0 | 100111 | 100000 | 10010011 | 111001 | 101011 |
Color Harmonies of #30AD69
Complementary color
Monochromatic Colors of #30AD69
Black with #30AD69
Text Example
Text Example
White with #30AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD69; }
p { color: rgb(48,173,105); }
H1.HeaderClassName
{
color: #30AD69;
}
.AnyTagClassName
{
color: #30AD69;
}
</style>
background-color css
<style>
a { background-color: #30AD69; }
a { background-color: rgb(48,173,105); }
div.DivClassName
{
background-color: #30AD69;
}
.BgClassName
{
background-color: #30AD69;
}
</style>
border-color css
<style>
span { border-color: #30AD69; }
span { border-color: rgb(48,173,105); }
td.TdClassName
{
border-color: #30AD69;
}
.TagClassName
{
border-color: #30AD69;
}
</style>