Shades of Light Sea Green #30B9A8
Tints of Light Sea Green #30B9A8
RGB
CMYK
RGB Variations
Color information
#30B9A8 (or 0x30B9A8) is known color: Light Sea Green. HEX triplet: 30, B9 and A8. RGB value is (48,185,168). Sum of RGB (Red+Green+Blue) = 48+185+168=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #30B9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B9A8 is #CF4657. Grayscale: #8E8E8E. Windows color (decimal): -13583960 or 11057456. OLE color: 11057456.
HSL color Cylindrical-coordinate representation of color #30B9A8: hue angle of 172.55º 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 #30B9A8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 168 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.27 |
| HSL | 172.55º | 0.59% | 0.46% | - |
| HSV(B) | 172.55º | 0.74% | 0.73% | - |
| XYZ | 25.64 | 38.15 | 43.06 | - |
| YUV | 142.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 168 | 0.74 | 0 | 0.09 | 0.27 | 172.55 | 0.59 | 0.46 |
| Hex | 30 | B9 | A8 | 4A | 0 | 9 | 1B | AD | 3B | 2E |
| Octal | 60 | 271 | 250 | 112 | 0 | 11 | 33 | 255 | 73 | 56 |
| Binary | 110000 | 10111001 | 10101000 | 1001010 | 0 | 1001 | 11011 | 10101101 | 111011 | 101110 |
Color Harmonies of #30B9A8
Complementary color
Monochromatic Colors of #30B9A8
Black with #30B9A8
Text Example
Text Example
White with #30B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9A8; }
p { color: rgb(48,185,168); }
H1.HeaderClassName
{
color: #30B9A8;
}
.AnyTagClassName
{
color: #30B9A8;
}
</style>
background-color css
<style>
a { background-color: #30B9A8; }
a { background-color: rgb(48,185,168); }
div.DivClassName
{
background-color: #30B9A8;
}
.BgClassName
{
background-color: #30B9A8;
}
</style>
border-color css
<style>
span { border-color: #30B9A8; }
span { border-color: rgb(48,185,168); }
td.TdClassName
{
border-color: #30B9A8;
}
.TagClassName
{
border-color: #30B9A8;
}
</style>