Shades of Light Sea Green #07BCB0
Tints of Light Sea Green #07BCB0
RGB
CMYK
RGB Variations
Color information
#07BCB0 (or 0x07BCB0) is known color: Light Sea Green. HEX triplet: 07, BC and B0. RGB value is (7,188,176). Sum of RGB (Red+Green+Blue) = 7+188+176=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCB0 is #F8434F. Grayscale: #848484. Windows color (decimal): -16270160 or 11582471. OLE color: 11582471.
HSL color Cylindrical-coordinate representation of color #07BCB0: hue angle of 176.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCB0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 176 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.26 |
| HSL | 176.02º | 0.93% | 0.38% | - |
| HSV(B) | 176.02º | 0.96% | 0.74% | - |
| XYZ | 25.91 | 39.15 | 47.26 | - |
| YUV | 132.51 | 152.53 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 176 | 0.96 | 0 | 0.06 | 0.26 | 176.02 | 0.93 | 0.38 |
| Hex | 7 | BC | B0 | 60 | 0 | 6 | 1A | B0 | 5D | 26 |
| Octal | 7 | 274 | 260 | 140 | 0 | 6 | 32 | 260 | 135 | 46 |
| Binary | 111 | 10111100 | 10110000 | 1100000 | 0 | 110 | 11010 | 10110000 | 1011101 | 100110 |
Color Harmonies of #07BCB0
Complementary color
Monochromatic Colors of #07BCB0
Black with #07BCB0
Text Example
Text Example
White with #07BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCB0; }
p { color: rgb(7,188,176); }
H1.HeaderClassName
{
color: #07BCB0;
}
.AnyTagClassName
{
color: #07BCB0;
}
</style>
background-color css
<style>
a { background-color: #07BCB0; }
a { background-color: rgb(7,188,176); }
div.DivClassName
{
background-color: #07BCB0;
}
.BgClassName
{
background-color: #07BCB0;
}
</style>
border-color css
<style>
span { border-color: #07BCB0; }
span { border-color: rgb(7,188,176); }
td.TdClassName
{
border-color: #07BCB0;
}
.TagClassName
{
border-color: #07BCB0;
}
</style>