Shades of Medium Sea Green #30AA68
Tints of Medium Sea Green #30AA68
RGB
CMYK
RGB Variations
Color information
#30AA68 (or 0x30AA68) is known color: Medium Sea Green. HEX triplet: 30, AA and 68. RGB value is (48,170,104). Sum of RGB (Red+Green+Blue) = 48+170+104=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA68 is #CF5597. Grayscale: #7E7E7E. Windows color (decimal): -13587864 or 6859312. OLE color: 6859312.
HSL color Cylindrical-coordinate representation of color #30AA68: hue angle of 147.54º 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 #30AA68 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 104 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.33 |
| HSL | 147.54º | 0.56% | 0.43% | - |
| HSV(B) | 147.54º | 0.72% | 0.67% | - |
| XYZ | 18.09 | 30.38 | 18.01 | - |
| YUV | 126 | 115.58 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 104 | 0.72 | 0 | 0.39 | 0.33 | 147.54 | 0.56 | 0.43 |
| Hex | 30 | AA | 68 | 48 | 0 | 27 | 21 | 94 | 38 | 2B |
| Octal | 60 | 252 | 150 | 110 | 0 | 47 | 41 | 224 | 70 | 53 |
| Binary | 110000 | 10101010 | 1101000 | 1001000 | 0 | 100111 | 100001 | 10010100 | 111000 | 101011 |
Color Harmonies of #30AA68
Complementary color
Monochromatic Colors of #30AA68
Black with #30AA68
Text Example
Text Example
White with #30AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA68; }
p { color: rgb(48,170,104); }
H1.HeaderClassName
{
color: #30AA68;
}
.AnyTagClassName
{
color: #30AA68;
}
</style>
background-color css
<style>
a { background-color: #30AA68; }
a { background-color: rgb(48,170,104); }
div.DivClassName
{
background-color: #30AA68;
}
.BgClassName
{
background-color: #30AA68;
}
</style>
border-color css
<style>
span { border-color: #30AA68; }
span { border-color: rgb(48,170,104); }
td.TdClassName
{
border-color: #30AA68;
}
.TagClassName
{
border-color: #30AA68;
}
</style>