Shades of Light Sea Green #30B9A0
Tints of Light Sea Green #30B9A0
RGB
CMYK
RGB Variations
Color information
#30B9A0 (or 0x30B9A0) is known color: Light Sea Green. HEX triplet: 30, B9 and A0. RGB value is (48,185,160). Sum of RGB (Red+Green+Blue) = 48+185+160=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #30B9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B9A0 is #CF465F. Grayscale: #8D8D8D. Windows color (decimal): -13583968 or 10533168. OLE color: 10533168.
HSL color Cylindrical-coordinate representation of color #30B9A0: hue angle of 169.05º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B9A0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 160 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.27 |
| HSL | 169.05º | 0.59% | 0.46% | - |
| HSV(B) | 169.05º | 0.74% | 0.73% | - |
| XYZ | 24.91 | 37.86 | 39.25 | - |
| YUV | 141.19 | 138.61 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 160 | 0.74 | 0 | 0.14 | 0.27 | 169.05 | 0.59 | 0.46 |
| Hex | 30 | B9 | A0 | 4A | 0 | E | 1B | A9 | 3B | 2E |
| Octal | 60 | 271 | 240 | 112 | 0 | 16 | 33 | 251 | 73 | 56 |
| Binary | 110000 | 10111001 | 10100000 | 1001010 | 0 | 1110 | 11011 | 10101001 | 111011 | 101110 |
Color Harmonies of #30B9A0
Complementary color
Monochromatic Colors of #30B9A0
Black with #30B9A0
Text Example
Text Example
White with #30B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9A0; }
p { color: rgb(48,185,160); }
H1.HeaderClassName
{
color: #30B9A0;
}
.AnyTagClassName
{
color: #30B9A0;
}
</style>
background-color css
<style>
a { background-color: #30B9A0; }
a { background-color: rgb(48,185,160); }
div.DivClassName
{
background-color: #30B9A0;
}
.BgClassName
{
background-color: #30B9A0;
}
</style>
border-color css
<style>
span { border-color: #30B9A0; }
span { border-color: rgb(48,185,160); }
td.TdClassName
{
border-color: #30B9A0;
}
.TagClassName
{
border-color: #30B9A0;
}
</style>