Shades of Light Sea Green #30B5A0
Tints of Light Sea Green #30B5A0
RGB
CMYK
RGB Variations
Color information
#30B5A0 (or 0x30B5A0) is known color: Light Sea Green. HEX triplet: 30, B5 and A0. RGB value is (48,181,160). Sum of RGB (Red+Green+Blue) = 48+181+160=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #30B5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B5A0 is #CF4A5F. Grayscale: #8A8A8A. Windows color (decimal): -13584992 or 10532144. OLE color: 10532144.
HSL color Cylindrical-coordinate representation of color #30B5A0: hue angle of 170.53º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B5A0 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 160 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.29 |
| HSL | 170.53º | 0.58% | 0.45% | - |
| HSV(B) | 170.53º | 0.73% | 0.71% | - |
| XYZ | 24.09 | 36.21 | 38.98 | - |
| YUV | 138.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 160 | 0.73 | 0 | 0.12 | 0.29 | 170.53 | 0.58 | 0.45 |
| Hex | 30 | B5 | A0 | 49 | 0 | C | 1D | AB | 3A | 2D |
| Octal | 60 | 265 | 240 | 111 | 0 | 14 | 35 | 253 | 72 | 55 |
| Binary | 110000 | 10110101 | 10100000 | 1001001 | 0 | 1100 | 11101 | 10101011 | 111010 | 101101 |
Color Harmonies of #30B5A0
Complementary color
Monochromatic Colors of #30B5A0
Black with #30B5A0
Text Example
Text Example
White with #30B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5A0; }
p { color: rgb(48,181,160); }
H1.HeaderClassName
{
color: #30B5A0;
}
.AnyTagClassName
{
color: #30B5A0;
}
</style>
background-color css
<style>
a { background-color: #30B5A0; }
a { background-color: rgb(48,181,160); }
div.DivClassName
{
background-color: #30B5A0;
}
.BgClassName
{
background-color: #30B5A0;
}
</style>
border-color css
<style>
span { border-color: #30B5A0; }
span { border-color: rgb(48,181,160); }
td.TdClassName
{
border-color: #30B5A0;
}
.TagClassName
{
border-color: #30B5A0;
}
</style>