Shades of Light Sea Green #30B3A0
Tints of Light Sea Green #30B3A0
RGB
CMYK
RGB Variations
Color information
#30B3A0 (or 0x30B3A0) is known color: Light Sea Green. HEX triplet: 30, B3 and A0. RGB value is (48,179,160). Sum of RGB (Red+Green+Blue) = 48+179+160=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #30B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B3A0 is #CF4C5F. Grayscale: #898989. Windows color (decimal): -13585504 or 10531632. OLE color: 10531632.
HSL color Cylindrical-coordinate representation of color #30B3A0: hue angle of 171.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B3A0 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 160 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.30 |
| HSL | 171.3º | 0.58% | 0.45% | - |
| HSV(B) | 171.3º | 0.73% | 0.7% | - |
| XYZ | 23.68 | 35.41 | 38.84 | - |
| YUV | 137.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 160 | 0.73 | 0 | 0.11 | 0.30 | 171.3 | 0.58 | 0.45 |
| Hex | 30 | B3 | A0 | 49 | 0 | B | 1E | AB | 3A | 2D |
| Octal | 60 | 263 | 240 | 111 | 0 | 13 | 36 | 253 | 72 | 55 |
| Binary | 110000 | 10110011 | 10100000 | 1001001 | 0 | 1011 | 11110 | 10101011 | 111010 | 101101 |
Color Harmonies of #30B3A0
Complementary color
Monochromatic Colors of #30B3A0
Black with #30B3A0
Text Example
Text Example
White with #30B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B3A0; }
p { color: rgb(48,179,160); }
H1.HeaderClassName
{
color: #30B3A0;
}
.AnyTagClassName
{
color: #30B3A0;
}
</style>
background-color css
<style>
a { background-color: #30B3A0; }
a { background-color: rgb(48,179,160); }
div.DivClassName
{
background-color: #30B3A0;
}
.BgClassName
{
background-color: #30B3A0;
}
</style>
border-color css
<style>
span { border-color: #30B3A0; }
span { border-color: rgb(48,179,160); }
td.TdClassName
{
border-color: #30B3A0;
}
.TagClassName
{
border-color: #30B3A0;
}
</style>