Shades of Light Sea Green #07BDAC
Tints of Light Sea Green #07BDAC
RGB
CMYK
RGB Variations
Color information
#07BDAC (or 0x07BDAC) is known color: Light Sea Green. HEX triplet: 07, BD and AC. RGB value is (7,189,172). Sum of RGB (Red+Green+Blue) = 7+189+172=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDAC is #F84253. Grayscale: #848484. Windows color (decimal): -16269908 or 11320583. OLE color: 11320583.
HSL color Cylindrical-coordinate representation of color #07BDAC: hue angle of 174.4º 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 #07BDAC is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 172 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.26 |
| HSL | 174.4º | 0.93% | 0.38% | - |
| HSV(B) | 174.4º | 0.96% | 0.74% | - |
| XYZ | 25.73 | 39.42 | 45.28 | - |
| YUV | 132.64 | 150.2 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 172 | 0.96 | 0 | 0.09 | 0.26 | 174.4 | 0.93 | 0.38 |
| Hex | 7 | BD | AC | 60 | 0 | 9 | 1A | AE | 5D | 26 |
| Octal | 7 | 275 | 254 | 140 | 0 | 11 | 32 | 256 | 135 | 46 |
| Binary | 111 | 10111101 | 10101100 | 1100000 | 0 | 1001 | 11010 | 10101110 | 1011101 | 100110 |
Color Harmonies of #07BDAC
Complementary color
Monochromatic Colors of #07BDAC
Black with #07BDAC
Text Example
Text Example
White with #07BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDAC; }
p { color: rgb(7,189,172); }
H1.HeaderClassName
{
color: #07BDAC;
}
.AnyTagClassName
{
color: #07BDAC;
}
</style>
background-color css
<style>
a { background-color: #07BDAC; }
a { background-color: rgb(7,189,172); }
div.DivClassName
{
background-color: #07BDAC;
}
.BgClassName
{
background-color: #07BDAC;
}
</style>
border-color css
<style>
span { border-color: #07BDAC; }
span { border-color: rgb(7,189,172); }
td.TdClassName
{
border-color: #07BDAC;
}
.TagClassName
{
border-color: #07BDAC;
}
</style>