Shades of Light Sea Green #30BAAC
Tints of Light Sea Green #30BAAC
RGB
CMYK
RGB Variations
Color information
#30BAAC (or 0x30BAAC) is known color: Light Sea Green. HEX triplet: 30, BA and AC. RGB value is (48,186,172). Sum of RGB (Red+Green+Blue) = 48+186+172=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAC is #CF4553. Grayscale: #8F8F8F. Windows color (decimal): -13583700 or 11319856. OLE color: 11319856.
HSL color Cylindrical-coordinate representation of color #30BAAC: hue angle of 173.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAAC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 172 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.27 |
| HSL | 173.91º | 0.59% | 0.46% | - |
| HSV(B) | 173.91º | 0.74% | 0.73% | - |
| XYZ | 26.22 | 38.72 | 45.12 | - |
| YUV | 143.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 172 | 0.74 | 0 | 0.08 | 0.27 | 173.91 | 0.59 | 0.46 |
| Hex | 30 | BA | AC | 4A | 0 | 8 | 1B | AE | 3B | 2E |
| Octal | 60 | 272 | 254 | 112 | 0 | 10 | 33 | 256 | 73 | 56 |
| Binary | 110000 | 10111010 | 10101100 | 1001010 | 0 | 1000 | 11011 | 10101110 | 111011 | 101110 |
Color Harmonies of #30BAAC
Complementary color
Monochromatic Colors of #30BAAC
Black with #30BAAC
Text Example
Text Example
White with #30BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAAC; }
p { color: rgb(48,186,172); }
H1.HeaderClassName
{
color: #30BAAC;
}
.AnyTagClassName
{
color: #30BAAC;
}
</style>
background-color css
<style>
a { background-color: #30BAAC; }
a { background-color: rgb(48,186,172); }
div.DivClassName
{
background-color: #30BAAC;
}
.BgClassName
{
background-color: #30BAAC;
}
</style>
border-color css
<style>
span { border-color: #30BAAC; }
span { border-color: rgb(48,186,172); }
td.TdClassName
{
border-color: #30BAAC;
}
.TagClassName
{
border-color: #30BAAC;
}
</style>