Shades of Light Sea Green #30BFBB
Tints of Light Sea Green #30BFBB
RGB
CMYK
RGB Variations
Color information
#30BFBB (or 0x30BFBB) is known color: Light Sea Green. HEX triplet: 30, BF and BB. RGB value is (48,191,187). Sum of RGB (Red+Green+Blue) = 48+191+187=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBB is #CF4044. Grayscale: #939393. Windows color (decimal): -13582405 or 12304176. OLE color: 12304176.
HSL color Cylindrical-coordinate representation of color #30BFBB: hue angle of 178.32º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFBB is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 187 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.25 |
| HSL | 178.32º | 0.6% | 0.47% | - |
| HSV(B) | 178.32º | 0.75% | 0.75% | - |
| XYZ | 28.82 | 41.48 | 53.5 | - |
| YUV | 147.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 187 | 0.75 | 0 | 0.02 | 0.25 | 178.32 | 0.6 | 0.47 |
| Hex | 30 | BF | BB | 4B | 0 | 2 | 19 | B2 | 3C | 2F |
| Octal | 60 | 277 | 273 | 113 | 0 | 2 | 31 | 262 | 74 | 57 |
| Binary | 110000 | 10111111 | 10111011 | 1001011 | 0 | 10 | 11001 | 10110010 | 111100 | 101111 |
Color Harmonies of #30BFBB
Complementary color
Monochromatic Colors of #30BFBB
Black with #30BFBB
Text Example
Text Example
White with #30BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFBB; }
p { color: rgb(48,191,187); }
H1.HeaderClassName
{
color: #30BFBB;
}
.AnyTagClassName
{
color: #30BFBB;
}
</style>
background-color css
<style>
a { background-color: #30BFBB; }
a { background-color: rgb(48,191,187); }
div.DivClassName
{
background-color: #30BFBB;
}
.BgClassName
{
background-color: #30BFBB;
}
</style>
border-color css
<style>
span { border-color: #30BFBB; }
span { border-color: rgb(48,191,187); }
td.TdClassName
{
border-color: #30BFBB;
}
.TagClassName
{
border-color: #30BFBB;
}
</style>