Shades of Light Sea Green #30B9BB
Tints of Light Sea Green #30B9BB
RGB
CMYK
RGB Variations
Color information
#30B9BB (or 0x30B9BB) is known color: Light Sea Green. HEX triplet: 30, B9 and BB. RGB value is (48,185,187). Sum of RGB (Red+Green+Blue) = 48+185+187=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #30B9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9BB is #CF4644. Grayscale: #909090. Windows color (decimal): -13583941 or 12302640. OLE color: 12302640.
HSL color Cylindrical-coordinate representation of color #30B9BB: hue angle of 180.86º 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 #30B9BB is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 187 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.27 |
| HSL | 180.86º | 0.59% | 0.46% | - |
| HSV(B) | 180.86º | 0.74% | 0.73% | - |
| XYZ | 27.54 | 38.91 | 53.07 | - |
| YUV | 144.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 187 | 0.74 | 0.01 | 0 | 0.27 | 180.86 | 0.59 | 0.46 |
| Hex | 30 | B9 | BB | 4A | 1 | 0 | 1B | B5 | 3B | 2E |
| Octal | 60 | 271 | 273 | 112 | 1 | 0 | 33 | 265 | 73 | 56 |
| Binary | 110000 | 10111001 | 10111011 | 1001010 | 1 | 0 | 11011 | 10110101 | 111011 | 101110 |
Color Harmonies of #30B9BB
Complementary color
Monochromatic Colors of #30B9BB
Black with #30B9BB
Text Example
Text Example
White with #30B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9BB; }
p { color: rgb(48,185,187); }
H1.HeaderClassName
{
color: #30B9BB;
}
.AnyTagClassName
{
color: #30B9BB;
}
</style>
background-color css
<style>
a { background-color: #30B9BB; }
a { background-color: rgb(48,185,187); }
div.DivClassName
{
background-color: #30B9BB;
}
.BgClassName
{
background-color: #30B9BB;
}
</style>
border-color css
<style>
span { border-color: #30B9BB; }
span { border-color: rgb(48,185,187); }
td.TdClassName
{
border-color: #30B9BB;
}
.TagClassName
{
border-color: #30B9BB;
}
</style>