Shades of Light Sea Green #30BCAB
Tints of Light Sea Green #30BCAB
RGB
CMYK
RGB Variations
Color information
#30BCAB (or 0x30BCAB) is known color: Light Sea Green. HEX triplet: 30, BC and AB. RGB value is (48,188,171). Sum of RGB (Red+Green+Blue) = 48+188+171=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BCAB is #CF4354. Grayscale: #909090. Windows color (decimal): -13583189 or 11254832. OLE color: 11254832.
HSL color Cylindrical-coordinate representation of color #30BCAB: hue angle of 172.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BCAB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 171 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.26 |
| HSL | 172.71º | 0.59% | 0.46% | - |
| HSV(B) | 172.71º | 0.74% | 0.74% | - |
| XYZ | 26.55 | 39.54 | 44.76 | - |
| YUV | 144.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 171 | 0.74 | 0 | 0.09 | 0.26 | 172.71 | 0.59 | 0.46 |
| Hex | 30 | BC | AB | 4A | 0 | 9 | 1A | AD | 3B | 2E |
| Octal | 60 | 274 | 253 | 112 | 0 | 11 | 32 | 255 | 73 | 56 |
| Binary | 110000 | 10111100 | 10101011 | 1001010 | 0 | 1001 | 11010 | 10101101 | 111011 | 101110 |
Color Harmonies of #30BCAB
Complementary color
Monochromatic Colors of #30BCAB
Black with #30BCAB
Text Example
Text Example
White with #30BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCAB; }
p { color: rgb(48,188,171); }
H1.HeaderClassName
{
color: #30BCAB;
}
.AnyTagClassName
{
color: #30BCAB;
}
</style>
background-color css
<style>
a { background-color: #30BCAB; }
a { background-color: rgb(48,188,171); }
div.DivClassName
{
background-color: #30BCAB;
}
.BgClassName
{
background-color: #30BCAB;
}
</style>
border-color css
<style>
span { border-color: #30BCAB; }
span { border-color: rgb(48,188,171); }
td.TdClassName
{
border-color: #30BCAB;
}
.TagClassName
{
border-color: #30BCAB;
}
</style>