Shades of Light Sea Green #30B4BA
Tints of Light Sea Green #30B4BA
RGB
CMYK
RGB Variations
Color information
#30B4BA (or 0x30B4BA) is known color: Light Sea Green. HEX triplet: 30, B4 and BA. RGB value is (48,180,186). Sum of RGB (Red+Green+Blue) = 48+180+186=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #30B4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B4BA is #CF4B45. Grayscale: #8D8D8D. Windows color (decimal): -13585222 or 12235824. OLE color: 12235824.
HSL color Cylindrical-coordinate representation of color #30B4BA: hue angle of 182.61º 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 #30B4BA is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 180 | 186 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.27 |
| HSL | 182.61º | 0.59% | 0.46% | - |
| HSV(B) | 182.61º | 0.74% | 0.73% | - |
| XYZ | 26.4 | 36.82 | 52.17 | - |
| YUV | 141.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 186 | 0.74 | 0.03 | 0 | 0.27 | 182.61 | 0.59 | 0.46 |
| Hex | 30 | B4 | BA | 4A | 3 | 0 | 1B | B7 | 3B | 2E |
| Octal | 60 | 264 | 272 | 112 | 3 | 0 | 33 | 267 | 73 | 56 |
| Binary | 110000 | 10110100 | 10111010 | 1001010 | 11 | 0 | 11011 | 10110111 | 111011 | 101110 |
Color Harmonies of #30B4BA
Complementary color
Monochromatic Colors of #30B4BA
Black with #30B4BA
Text Example
Text Example
White with #30B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B4BA; }
p { color: rgb(48,180,186); }
H1.HeaderClassName
{
color: #30B4BA;
}
.AnyTagClassName
{
color: #30B4BA;
}
</style>
background-color css
<style>
a { background-color: #30B4BA; }
a { background-color: rgb(48,180,186); }
div.DivClassName
{
background-color: #30B4BA;
}
.BgClassName
{
background-color: #30B4BA;
}
</style>
border-color css
<style>
span { border-color: #30B4BA; }
span { border-color: rgb(48,180,186); }
td.TdClassName
{
border-color: #30B4BA;
}
.TagClassName
{
border-color: #30B4BA;
}
</style>