Shades of Light Sea Green #30BBA4
Tints of Light Sea Green #30BBA4
RGB
CMYK
RGB Variations
Color information
#30BBA4 (or 0x30BBA4) is known color: Light Sea Green. HEX triplet: 30, BB and A4. RGB value is (48,187,164). Sum of RGB (Red+Green+Blue) = 48+187+164=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA4 is #CF445B. Grayscale: #8E8E8E. Windows color (decimal): -13583452 or 10795824. OLE color: 10795824.
HSL color Cylindrical-coordinate representation of color #30BBA4: hue angle of 170.07º 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 #30BBA4 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 164 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.27 |
| HSL | 170.07º | 0.59% | 0.46% | - |
| HSV(B) | 170.07º | 0.74% | 0.73% | - |
| XYZ | 25.69 | 38.85 | 41.27 | - |
| YUV | 142.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 164 | 0.74 | 0 | 0.12 | 0.27 | 170.07 | 0.59 | 0.46 |
| Hex | 30 | BB | A4 | 4A | 0 | C | 1B | AA | 3B | 2E |
| Octal | 60 | 273 | 244 | 112 | 0 | 14 | 33 | 252 | 73 | 56 |
| Binary | 110000 | 10111011 | 10100100 | 1001010 | 0 | 1100 | 11011 | 10101010 | 111011 | 101110 |
Color Harmonies of #30BBA4
Complementary color
Monochromatic Colors of #30BBA4
Black with #30BBA4
Text Example
Text Example
White with #30BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBA4; }
p { color: rgb(48,187,164); }
H1.HeaderClassName
{
color: #30BBA4;
}
.AnyTagClassName
{
color: #30BBA4;
}
</style>
background-color css
<style>
a { background-color: #30BBA4; }
a { background-color: rgb(48,187,164); }
div.DivClassName
{
background-color: #30BBA4;
}
.BgClassName
{
background-color: #30BBA4;
}
</style>
border-color css
<style>
span { border-color: #30BBA4; }
span { border-color: rgb(48,187,164); }
td.TdClassName
{
border-color: #30BBA4;
}
.TagClassName
{
border-color: #30BBA4;
}
</style>