Shades of Light Sea Green #30BCAC
Tints of Light Sea Green #30BCAC
RGB
CMYK
RGB Variations
Color information
#30BCAC (or 0x30BCAC) is known color: Light Sea Green. HEX triplet: 30, BC and AC. RGB value is (48,188,172). Sum of RGB (Red+Green+Blue) = 48+188+172=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BCAC is #CF4353. Grayscale: #909090. Windows color (decimal): -13583188 or 11320368. OLE color: 11320368.
HSL color Cylindrical-coordinate representation of color #30BCAC: hue angle of 173.14º 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 #30BCAC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 172 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.26 |
| HSL | 173.14º | 0.59% | 0.46% | - |
| HSV(B) | 173.14º | 0.74% | 0.74% | - |
| XYZ | 26.65 | 39.57 | 45.26 | - |
| YUV | 144.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 172 | 0.74 | 0 | 0.09 | 0.26 | 173.14 | 0.59 | 0.46 |
| Hex | 30 | BC | AC | 4A | 0 | 9 | 1A | AD | 3B | 2E |
| Octal | 60 | 274 | 254 | 112 | 0 | 11 | 32 | 255 | 73 | 56 |
| Binary | 110000 | 10111100 | 10101100 | 1001010 | 0 | 1001 | 11010 | 10101101 | 111011 | 101110 |
Color Harmonies of #30BCAC
Complementary color
Monochromatic Colors of #30BCAC
Black with #30BCAC
Text Example
Text Example
White with #30BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCAC; }
p { color: rgb(48,188,172); }
H1.HeaderClassName
{
color: #30BCAC;
}
.AnyTagClassName
{
color: #30BCAC;
}
</style>
background-color css
<style>
a { background-color: #30BCAC; }
a { background-color: rgb(48,188,172); }
div.DivClassName
{
background-color: #30BCAC;
}
.BgClassName
{
background-color: #30BCAC;
}
</style>
border-color css
<style>
span { border-color: #30BCAC; }
span { border-color: rgb(48,188,172); }
td.TdClassName
{
border-color: #30BCAC;
}
.TagClassName
{
border-color: #30BCAC;
}
</style>