Shades of Light Sea Green #30BBA2
Tints of Light Sea Green #30BBA2
RGB
CMYK
RGB Variations
Color information
#30BBA2 (or 0x30BBA2) is known color: Light Sea Green. HEX triplet: 30, BB and A2. RGB value is (48,187,162). Sum of RGB (Red+Green+Blue) = 48+187+162=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA2 is #CF445D. Grayscale: #8E8E8E. Windows color (decimal): -13583454 or 10664752. OLE color: 10664752.
HSL color Cylindrical-coordinate representation of color #30BBA2: hue angle of 169.21º 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 #30BBA2 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 162 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.27 |
| HSL | 169.21º | 0.59% | 0.46% | - |
| HSV(B) | 169.21º | 0.74% | 0.73% | - |
| XYZ | 25.51 | 38.78 | 40.32 | - |
| YUV | 142.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 162 | 0.74 | 0 | 0.13 | 0.27 | 169.21 | 0.59 | 0.46 |
| Hex | 30 | BB | A2 | 4A | 0 | D | 1B | A9 | 3B | 2E |
| Octal | 60 | 273 | 242 | 112 | 0 | 15 | 33 | 251 | 73 | 56 |
| Binary | 110000 | 10111011 | 10100010 | 1001010 | 0 | 1101 | 11011 | 10101001 | 111011 | 101110 |
Color Harmonies of #30BBA2
Complementary color
Monochromatic Colors of #30BBA2
Black with #30BBA2
Text Example
Text Example
White with #30BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBA2; }
p { color: rgb(48,187,162); }
H1.HeaderClassName
{
color: #30BBA2;
}
.AnyTagClassName
{
color: #30BBA2;
}
</style>
background-color css
<style>
a { background-color: #30BBA2; }
a { background-color: rgb(48,187,162); }
div.DivClassName
{
background-color: #30BBA2;
}
.BgClassName
{
background-color: #30BBA2;
}
</style>
border-color css
<style>
span { border-color: #30BBA2; }
span { border-color: rgb(48,187,162); }
td.TdClassName
{
border-color: #30BBA2;
}
.TagClassName
{
border-color: #30BBA2;
}
</style>