Shades of Light Sea Green #30BDAB
Tints of Light Sea Green #30BDAB
RGB
CMYK
RGB Variations
Color information
#30BDAB (or 0x30BDAB) is known color: Light Sea Green. HEX triplet: 30, BD and AB. RGB value is (48,189,171). Sum of RGB (Red+Green+Blue) = 48+189+171=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BDAB is #CF4254. Grayscale: #909090. Windows color (decimal): -13582933 or 11255088. OLE color: 11255088.
HSL color Cylindrical-coordinate representation of color #30BDAB: hue angle of 172.34º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BDAB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 171 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.26 |
| HSL | 172.34º | 0.59% | 0.46% | - |
| HSV(B) | 172.34º | 0.75% | 0.74% | - |
| XYZ | 26.77 | 39.96 | 44.83 | - |
| YUV | 144.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 171 | 0.75 | 0 | 0.10 | 0.26 | 172.34 | 0.59 | 0.46 |
| Hex | 30 | BD | AB | 4B | 0 | A | 1A | AC | 3B | 2E |
| Octal | 60 | 275 | 253 | 113 | 0 | 12 | 32 | 254 | 73 | 56 |
| Binary | 110000 | 10111101 | 10101011 | 1001011 | 0 | 1010 | 11010 | 10101100 | 111011 | 101110 |
Color Harmonies of #30BDAB
Complementary color
Monochromatic Colors of #30BDAB
Black with #30BDAB
Text Example
Text Example
White with #30BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDAB; }
p { color: rgb(48,189,171); }
H1.HeaderClassName
{
color: #30BDAB;
}
.AnyTagClassName
{
color: #30BDAB;
}
</style>
background-color css
<style>
a { background-color: #30BDAB; }
a { background-color: rgb(48,189,171); }
div.DivClassName
{
background-color: #30BDAB;
}
.BgClassName
{
background-color: #30BDAB;
}
</style>
border-color css
<style>
span { border-color: #30BDAB; }
span { border-color: rgb(48,189,171); }
td.TdClassName
{
border-color: #30BDAB;
}
.TagClassName
{
border-color: #30BDAB;
}
</style>