Shades of Light Sea Green #30BEAC
Tints of Light Sea Green #30BEAC
RGB
CMYK
RGB Variations
Color information
#30BEAC (or 0x30BEAC) is known color: Light Sea Green. HEX triplet: 30, BE and AC. RGB value is (48,190,172). Sum of RGB (Red+Green+Blue) = 48+190+172=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #30BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BEAC is #CF4153. Grayscale: #919191. Windows color (decimal): -13582676 or 11320880. OLE color: 11320880.
HSL color Cylindrical-coordinate representation of color #30BEAC: hue angle of 172.39º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BEAC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 172 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.25 |
| HSL | 172.39º | 0.6% | 0.47% | - |
| HSV(B) | 172.39º | 0.75% | 0.75% | - |
| XYZ | 27.08 | 40.43 | 45.41 | - |
| YUV | 145.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 172 | 0.75 | 0 | 0.09 | 0.25 | 172.39 | 0.6 | 0.47 |
| Hex | 30 | BE | AC | 4B | 0 | 9 | 19 | AC | 3C | 2F |
| Octal | 60 | 276 | 254 | 113 | 0 | 11 | 31 | 254 | 74 | 57 |
| Binary | 110000 | 10111110 | 10101100 | 1001011 | 0 | 1001 | 11001 | 10101100 | 111100 | 101111 |
Color Harmonies of #30BEAC
Complementary color
Monochromatic Colors of #30BEAC
Black with #30BEAC
Text Example
Text Example
White with #30BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEAC; }
p { color: rgb(48,190,172); }
H1.HeaderClassName
{
color: #30BEAC;
}
.AnyTagClassName
{
color: #30BEAC;
}
</style>
background-color css
<style>
a { background-color: #30BEAC; }
a { background-color: rgb(48,190,172); }
div.DivClassName
{
background-color: #30BEAC;
}
.BgClassName
{
background-color: #30BEAC;
}
</style>
border-color css
<style>
span { border-color: #30BEAC; }
span { border-color: rgb(48,190,172); }
td.TdClassName
{
border-color: #30BEAC;
}
.TagClassName
{
border-color: #30BEAC;
}
</style>