Shades of Light Sea Green #30B8BA
Tints of Light Sea Green #30B8BA
RGB
CMYK
RGB Variations
Color information
#30B8BA (or 0x30B8BA) is known color: Light Sea Green. HEX triplet: 30, B8 and BA. RGB value is (48,184,186). Sum of RGB (Red+Green+Blue) = 48+184+186=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #30B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8BA is #CF4745. Grayscale: #8F8F8F. Windows color (decimal): -13584198 or 12236848. OLE color: 12236848.
HSL color Cylindrical-coordinate representation of color #30B8BA: hue angle of 180.87º 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 #30B8BA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 184 | 186 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.27 |
| HSL | 180.87º | 0.59% | 0.46% | - |
| HSV(B) | 180.87º | 0.74% | 0.73% | - |
| XYZ | 27.22 | 38.45 | 52.44 | - |
| YUV | 143.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 186 | 0.74 | 0.01 | 0 | 0.27 | 180.87 | 0.59 | 0.46 |
| Hex | 30 | B8 | BA | 4A | 1 | 0 | 1B | B5 | 3B | 2E |
| Octal | 60 | 270 | 272 | 112 | 1 | 0 | 33 | 265 | 73 | 56 |
| Binary | 110000 | 10111000 | 10111010 | 1001010 | 1 | 0 | 11011 | 10110101 | 111011 | 101110 |
Color Harmonies of #30B8BA
Complementary color
Monochromatic Colors of #30B8BA
Black with #30B8BA
Text Example
Text Example
White with #30B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8BA; }
p { color: rgb(48,184,186); }
H1.HeaderClassName
{
color: #30B8BA;
}
.AnyTagClassName
{
color: #30B8BA;
}
</style>
background-color css
<style>
a { background-color: #30B8BA; }
a { background-color: rgb(48,184,186); }
div.DivClassName
{
background-color: #30B8BA;
}
.BgClassName
{
background-color: #30B8BA;
}
</style>
border-color css
<style>
span { border-color: #30B8BA; }
span { border-color: rgb(48,184,186); }
td.TdClassName
{
border-color: #30B8BA;
}
.TagClassName
{
border-color: #30B8BA;
}
</style>