Shades of Light Sea Green #30BABC
Tints of Light Sea Green #30BABC
RGB
CMYK
RGB Variations
Color information
#30BABC (or 0x30BABC) is known color: Light Sea Green. HEX triplet: 30, BA and BC. RGB value is (48,186,188). Sum of RGB (Red+Green+Blue) = 48+186+188=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #30BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BABC is #CF4543. Grayscale: #909090. Windows color (decimal): -13583684 or 12368432. OLE color: 12368432.
HSL color Cylindrical-coordinate representation of color #30BABC: hue angle of 180.86º 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 #30BABC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 186 | 188 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.26 |
| HSL | 180.86º | 0.59% | 0.46% | - |
| HSV(B) | 180.86º | 0.74% | 0.74% | - |
| XYZ | 27.85 | 39.38 | 53.71 | - |
| YUV | 144.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 188 | 0.74 | 0.01 | 0 | 0.26 | 180.86 | 0.59 | 0.46 |
| Hex | 30 | BA | BC | 4A | 1 | 0 | 1A | B5 | 3B | 2E |
| Octal | 60 | 272 | 274 | 112 | 1 | 0 | 32 | 265 | 73 | 56 |
| Binary | 110000 | 10111010 | 10111100 | 1001010 | 1 | 0 | 11010 | 10110101 | 111011 | 101110 |
Color Harmonies of #30BABC
Complementary color
Monochromatic Colors of #30BABC
Black with #30BABC
Text Example
Text Example
White with #30BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BABC; }
p { color: rgb(48,186,188); }
H1.HeaderClassName
{
color: #30BABC;
}
.AnyTagClassName
{
color: #30BABC;
}
</style>
background-color css
<style>
a { background-color: #30BABC; }
a { background-color: rgb(48,186,188); }
div.DivClassName
{
background-color: #30BABC;
}
.BgClassName
{
background-color: #30BABC;
}
</style>
border-color css
<style>
span { border-color: #30BABC; }
span { border-color: rgb(48,186,188); }
td.TdClassName
{
border-color: #30BABC;
}
.TagClassName
{
border-color: #30BABC;
}
</style>