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