Shades of Light Sea Green #07BBAF
Tints of Light Sea Green #07BBAF
RGB
CMYK
RGB Variations
Color information
#07BBAF (or 0x07BBAF) is known color: Light Sea Green. HEX triplet: 07, BB and AF. RGB value is (7,187,175). Sum of RGB (Red+Green+Blue) = 7+187+175=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #07BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BBAF is #F84450. Grayscale: #838383. Windows color (decimal): -16270417 or 11516679. OLE color: 11516679.
HSL color Cylindrical-coordinate representation of color #07BBAF: hue angle of 176º 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 #07BBAF is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 175 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.27 |
| HSL | 176º | 0.93% | 0.38% | - |
| HSV(B) | 176º | 0.96% | 0.73% | - |
| XYZ | 25.6 | 38.68 | 46.67 | - |
| YUV | 131.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 175 | 0.96 | 0 | 0.06 | 0.27 | 176 | 0.93 | 0.38 |
| Hex | 7 | BB | AF | 60 | 0 | 6 | 1B | B0 | 5D | 26 |
| Octal | 7 | 273 | 257 | 140 | 0 | 6 | 33 | 260 | 135 | 46 |
| Binary | 111 | 10111011 | 10101111 | 1100000 | 0 | 110 | 11011 | 10110000 | 1011101 | 100110 |
Color Harmonies of #07BBAF
Complementary color
Monochromatic Colors of #07BBAF
Black with #07BBAF
Text Example
Text Example
White with #07BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBAF; }
p { color: rgb(7,187,175); }
H1.HeaderClassName
{
color: #07BBAF;
}
.AnyTagClassName
{
color: #07BBAF;
}
</style>
background-color css
<style>
a { background-color: #07BBAF; }
a { background-color: rgb(7,187,175); }
div.DivClassName
{
background-color: #07BBAF;
}
.BgClassName
{
background-color: #07BBAF;
}
</style>
border-color css
<style>
span { border-color: #07BBAF; }
span { border-color: rgb(7,187,175); }
td.TdClassName
{
border-color: #07BBAF;
}
.TagClassName
{
border-color: #07BBAF;
}
</style>