Shades of Light Sea Green #07BAAA
Tints of Light Sea Green #07BAAA
RGB
CMYK
RGB Variations
Color information
#07BAAA (or 0x07BAAA) is known color: Light Sea Green. HEX triplet: 07, BA and AA. RGB value is (7,186,170). Sum of RGB (Red+Green+Blue) = 7+186+170=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #07BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BAAA is #F84555. Grayscale: #828282. Windows color (decimal): -16270678 or 11188743. OLE color: 11188743.
HSL color Cylindrical-coordinate representation of color #07BAAA: hue angle of 174.64º 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 #07BAAA is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 170 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.27 |
| HSL | 174.64º | 0.93% | 0.38% | - |
| HSV(B) | 174.64º | 0.96% | 0.73% | - |
| XYZ | 24.9 | 38.07 | 44.07 | - |
| YUV | 130.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 170 | 0.96 | 0 | 0.09 | 0.27 | 174.64 | 0.93 | 0.38 |
| Hex | 7 | BA | AA | 60 | 0 | 9 | 1B | AF | 5D | 26 |
| Octal | 7 | 272 | 252 | 140 | 0 | 11 | 33 | 257 | 135 | 46 |
| Binary | 111 | 10111010 | 10101010 | 1100000 | 0 | 1001 | 11011 | 10101111 | 1011101 | 100110 |
Color Harmonies of #07BAAA
Complementary color
Monochromatic Colors of #07BAAA
Black with #07BAAA
Text Example
Text Example
White with #07BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAAA; }
p { color: rgb(7,186,170); }
H1.HeaderClassName
{
color: #07BAAA;
}
.AnyTagClassName
{
color: #07BAAA;
}
</style>
background-color css
<style>
a { background-color: #07BAAA; }
a { background-color: rgb(7,186,170); }
div.DivClassName
{
background-color: #07BAAA;
}
.BgClassName
{
background-color: #07BAAA;
}
</style>
border-color css
<style>
span { border-color: #07BAAA; }
span { border-color: rgb(7,186,170); }
td.TdClassName
{
border-color: #07BAAA;
}
.TagClassName
{
border-color: #07BAAA;
}
</style>