Shades of Light Sea Green #07BBA9
Tints of Light Sea Green #07BBA9
RGB
CMYK
RGB Variations
Color information
#07BBA9 (or 0x07BBA9) is known color: Light Sea Green. HEX triplet: 07, BB and A9. RGB value is (7,187,169). Sum of RGB (Red+Green+Blue) = 7+187+169=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #07BBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BBA9 is #F84456. Grayscale: #838383. Windows color (decimal): -16270423 or 11123463. OLE color: 11123463.
HSL color Cylindrical-coordinate representation of color #07BBA9: hue angle of 174º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BBA9 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 169 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.27 |
| HSL | 174º | 0.93% | 0.38% | - |
| HSV(B) | 174º | 0.96% | 0.73% | - |
| XYZ | 25.02 | 38.45 | 43.64 | - |
| YUV | 131.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 169 | 0.96 | 0 | 0.10 | 0.27 | 174 | 0.93 | 0.38 |
| Hex | 7 | BB | A9 | 60 | 0 | A | 1B | AE | 5D | 26 |
| Octal | 7 | 273 | 251 | 140 | 0 | 12 | 33 | 256 | 135 | 46 |
| Binary | 111 | 10111011 | 10101001 | 1100000 | 0 | 1010 | 11011 | 10101110 | 1011101 | 100110 |
Color Harmonies of #07BBA9
Complementary color
Monochromatic Colors of #07BBA9
Black with #07BBA9
Text Example
Text Example
White with #07BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBA9; }
p { color: rgb(7,187,169); }
H1.HeaderClassName
{
color: #07BBA9;
}
.AnyTagClassName
{
color: #07BBA9;
}
</style>
background-color css
<style>
a { background-color: #07BBA9; }
a { background-color: rgb(7,187,169); }
div.DivClassName
{
background-color: #07BBA9;
}
.BgClassName
{
background-color: #07BBA9;
}
</style>
border-color css
<style>
span { border-color: #07BBA9; }
span { border-color: rgb(7,187,169); }
td.TdClassName
{
border-color: #07BBA9;
}
.TagClassName
{
border-color: #07BBA9;
}
</style>