Shades of Light Sea Green #30BCBC
Tints of Light Sea Green #30BCBC
RGB
CMYK
RGB Variations
Color information
#30BCBC (or 0x30BCBC) is known color: Light Sea Green. HEX triplet: 30, BC and BC. RGB value is (48,188,188). Sum of RGB (Red+Green+Blue) = 48+188+188=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #30BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCBC is #CF4343. Grayscale: #929292. Windows color (decimal): -13583172 or 12368944. OLE color: 12368944.
HSL color Cylindrical-coordinate representation of color #30BCBC: hue angle of 180º 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 #30BCBC is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 188 | - |
| CMYK | 0.74 | 0 | 0 | 0.26 |
| HSL | 180º | 0.59% | 0.46% | - |
| HSV(B) | 180º | 0.74% | 0.74% | - |
| XYZ | 28.28 | 40.23 | 53.85 | - |
| YUV | 146.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 188 | 0.74 | 0 | 0 | 0.26 | 180 | 0.59 | 0.46 |
| Hex | 30 | BC | BC | 4A | 0 | 0 | 1A | B4 | 3B | 2E |
| Octal | 60 | 274 | 274 | 112 | 0 | 0 | 32 | 264 | 73 | 56 |
| Binary | 110000 | 10111100 | 10111100 | 1001010 | 0 | 0 | 11010 | 10110100 | 111011 | 101110 |
Color Harmonies of #30BCBC
Complementary color
Monochromatic Colors of #30BCBC
Black with #30BCBC
Text Example
Text Example
White with #30BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCBC; }
p { color: rgb(48,188,188); }
H1.HeaderClassName
{
color: #30BCBC;
}
.AnyTagClassName
{
color: #30BCBC;
}
</style>
background-color css
<style>
a { background-color: #30BCBC; }
a { background-color: rgb(48,188,188); }
div.DivClassName
{
background-color: #30BCBC;
}
.BgClassName
{
background-color: #30BCBC;
}
</style>
border-color css
<style>
span { border-color: #30BCBC; }
span { border-color: rgb(48,188,188); }
td.TdClassName
{
border-color: #30BCBC;
}
.TagClassName
{
border-color: #30BCBC;
}
</style>