Shades of Light Sea Green #07BBAC
Tints of Light Sea Green #07BBAC
RGB
CMYK
RGB Variations
Color information
#07BBAC (or 0x07BBAC) is known color: Light Sea Green. HEX triplet: 07, BB and AC. RGB value is (7,187,172). Sum of RGB (Red+Green+Blue) = 7+187+172=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #07BBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BBAC is #F84453. Grayscale: #838383. Windows color (decimal): -16270420 or 11320071. OLE color: 11320071.
HSL color Cylindrical-coordinate representation of color #07BBAC: hue angle of 175º 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 #07BBAC is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 172 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.27 |
| HSL | 175º | 0.93% | 0.38% | - |
| HSV(B) | 175º | 0.96% | 0.73% | - |
| XYZ | 25.3 | 38.56 | 45.14 | - |
| YUV | 131.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 172 | 0.96 | 0 | 0.08 | 0.27 | 175 | 0.93 | 0.38 |
| Hex | 7 | BB | AC | 60 | 0 | 8 | 1B | AF | 5D | 26 |
| Octal | 7 | 273 | 254 | 140 | 0 | 10 | 33 | 257 | 135 | 46 |
| Binary | 111 | 10111011 | 10101100 | 1100000 | 0 | 1000 | 11011 | 10101111 | 1011101 | 100110 |
Color Harmonies of #07BBAC
Complementary color
Monochromatic Colors of #07BBAC
Black with #07BBAC
Text Example
Text Example
White with #07BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBAC; }
p { color: rgb(7,187,172); }
H1.HeaderClassName
{
color: #07BBAC;
}
.AnyTagClassName
{
color: #07BBAC;
}
</style>
background-color css
<style>
a { background-color: #07BBAC; }
a { background-color: rgb(7,187,172); }
div.DivClassName
{
background-color: #07BBAC;
}
.BgClassName
{
background-color: #07BBAC;
}
</style>
border-color css
<style>
span { border-color: #07BBAC; }
span { border-color: rgb(7,187,172); }
td.TdClassName
{
border-color: #07BBAC;
}
.TagClassName
{
border-color: #07BBAC;
}
</style>