Shades of Light Sea Green #30BBBD
Tints of Light Sea Green #30BBBD
RGB
CMYK
RGB Variations
Color information
#30BBBD (or 0x30BBBD) is known color: Light Sea Green. HEX triplet: 30, BB and BD. RGB value is (48,187,189). Sum of RGB (Red+Green+Blue) = 48+187+189=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #30BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBBD is #CF4442. Grayscale: #919191. Windows color (decimal): -13583427 or 12434224. OLE color: 12434224.
HSL color Cylindrical-coordinate representation of color #30BBBD: hue angle of 180.85º 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 #30BBBD is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 187 | 189 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.26 |
| HSL | 180.85º | 0.59% | 0.46% | - |
| HSV(B) | 180.85º | 0.75% | 0.74% | - |
| XYZ | 28.17 | 39.84 | 54.35 | - |
| YUV | 145.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 189 | 0.75 | 0.01 | 0 | 0.26 | 180.85 | 0.59 | 0.46 |
| Hex | 30 | BB | BD | 4B | 1 | 0 | 1A | B5 | 3B | 2E |
| Octal | 60 | 273 | 275 | 113 | 1 | 0 | 32 | 265 | 73 | 56 |
| Binary | 110000 | 10111011 | 10111101 | 1001011 | 1 | 0 | 11010 | 10110101 | 111011 | 101110 |
Color Harmonies of #30BBBD
Complementary color
Monochromatic Colors of #30BBBD
Black with #30BBBD
Text Example
Text Example
White with #30BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBBD; }
p { color: rgb(48,187,189); }
H1.HeaderClassName
{
color: #30BBBD;
}
.AnyTagClassName
{
color: #30BBBD;
}
</style>
background-color css
<style>
a { background-color: #30BBBD; }
a { background-color: rgb(48,187,189); }
div.DivClassName
{
background-color: #30BBBD;
}
.BgClassName
{
background-color: #30BBBD;
}
</style>
border-color css
<style>
span { border-color: #30BBBD; }
span { border-color: rgb(48,187,189); }
td.TdClassName
{
border-color: #30BBBD;
}
.TagClassName
{
border-color: #30BBBD;
}
</style>