Shades of Light Sea Green #30BBC0
Tints of Light Sea Green #30BBC0
RGB
CMYK
RGB Variations
Color information
#30BBC0 (or 0x30BBC0) is known color: Light Sea Green. HEX triplet: 30, BB and C0. RGB value is (48,187,192). Sum of RGB (Red+Green+Blue) = 48+187+192=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #30BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBC0 is #CF443F. Grayscale: #919191. Windows color (decimal): -13583424 or 12630832. OLE color: 12630832.
HSL color Cylindrical-coordinate representation of color #30BBC0: hue angle of 182.08º 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 #30BBC0 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 187 | 192 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.25 |
| HSL | 182.08º | 0.6% | 0.47% | - |
| HSV(B) | 182.08º | 0.75% | 0.75% | - |
| XYZ | 28.5 | 39.97 | 56.08 | - |
| YUV | 146.01 | 153.95 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 192 | 0.75 | 0.03 | 0 | 0.25 | 182.08 | 0.6 | 0.47 |
| Hex | 30 | BB | C0 | 4B | 3 | 0 | 19 | B6 | 3C | 2F |
| Octal | 60 | 273 | 300 | 113 | 3 | 0 | 31 | 266 | 74 | 57 |
| Binary | 110000 | 10111011 | 11000000 | 1001011 | 11 | 0 | 11001 | 10110110 | 111100 | 101111 |
Color Harmonies of #30BBC0
Complementary color
Monochromatic Colors of #30BBC0
Black with #30BBC0
Text Example
Text Example
White with #30BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBC0; }
p { color: rgb(48,187,192); }
H1.HeaderClassName
{
color: #30BBC0;
}
.AnyTagClassName
{
color: #30BBC0;
}
</style>
background-color css
<style>
a { background-color: #30BBC0; }
a { background-color: rgb(48,187,192); }
div.DivClassName
{
background-color: #30BBC0;
}
.BgClassName
{
background-color: #30BBC0;
}
</style>
border-color css
<style>
span { border-color: #30BBC0; }
span { border-color: rgb(48,187,192); }
td.TdClassName
{
border-color: #30BBC0;
}
.TagClassName
{
border-color: #30BBC0;
}
</style>