Shades of Light Sea Green #30BEC0
Tints of Light Sea Green #30BEC0
RGB
CMYK
RGB Variations
Color information
#30BEC0 (or 0x30BEC0) is known color: Light Sea Green. HEX triplet: 30, BE and C0. RGB value is (48,190,192). Sum of RGB (Red+Green+Blue) = 48+190+192=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #30BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEC0 is #CF413F. Grayscale: #939393. Windows color (decimal): -13582656 or 12631600. OLE color: 12631600.
HSL color Cylindrical-coordinate representation of color #30BEC0: hue angle of 180.83º 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 #30BEC0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 192 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.25 |
| HSL | 180.83º | 0.6% | 0.47% | - |
| HSV(B) | 180.83º | 0.75% | 0.75% | - |
| XYZ | 29.15 | 41.26 | 56.3 | - |
| YUV | 147.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 192 | 0.75 | 0.01 | 0 | 0.25 | 180.83 | 0.6 | 0.47 |
| Hex | 30 | BE | C0 | 4B | 1 | 0 | 19 | B5 | 3C | 2F |
| Octal | 60 | 276 | 300 | 113 | 1 | 0 | 31 | 265 | 74 | 57 |
| Binary | 110000 | 10111110 | 11000000 | 1001011 | 1 | 0 | 11001 | 10110101 | 111100 | 101111 |
Color Harmonies of #30BEC0
Complementary color
Monochromatic Colors of #30BEC0
Black with #30BEC0
Text Example
Text Example
White with #30BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEC0; }
p { color: rgb(48,190,192); }
H1.HeaderClassName
{
color: #30BEC0;
}
.AnyTagClassName
{
color: #30BEC0;
}
</style>
background-color css
<style>
a { background-color: #30BEC0; }
a { background-color: rgb(48,190,192); }
div.DivClassName
{
background-color: #30BEC0;
}
.BgClassName
{
background-color: #30BEC0;
}
</style>
border-color css
<style>
span { border-color: #30BEC0; }
span { border-color: rgb(48,190,192); }
td.TdClassName
{
border-color: #30BEC0;
}
.TagClassName
{
border-color: #30BEC0;
}
</style>