Shades of Light Sea Green #07C0AF
Tints of Light Sea Green #07C0AF
RGB
CMYK
RGB Variations
Color information
#07C0AF (or 0x07C0AF) is known color: Light Sea Green. HEX triplet: 07, C0 and AF. RGB value is (7,192,175). Sum of RGB (Red+Green+Blue) = 7+192+175=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0AF is #F83F50. Grayscale: #868686. Windows color (decimal): -16269137 or 11517959. OLE color: 11517959.
HSL color Cylindrical-coordinate representation of color #07C0AF: hue angle of 174.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C0AF is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 175 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.25 |
| HSL | 174.49º | 0.93% | 0.39% | - |
| HSV(B) | 174.49º | 0.96% | 0.75% | - |
| XYZ | 26.68 | 40.84 | 47.03 | - |
| YUV | 134.75 | 150.71 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 175 | 0.96 | 0 | 0.09 | 0.25 | 174.49 | 0.93 | 0.39 |
| Hex | 7 | C0 | AF | 60 | 0 | 9 | 19 | AE | 5D | 27 |
| Octal | 7 | 300 | 257 | 140 | 0 | 11 | 31 | 256 | 135 | 47 |
| Binary | 111 | 11000000 | 10101111 | 1100000 | 0 | 1001 | 11001 | 10101110 | 1011101 | 100111 |
Color Harmonies of #07C0AF
Complementary color
Monochromatic Colors of #07C0AF
Black with #07C0AF
Text Example
Text Example
White with #07C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0AF; }
p { color: rgb(7,192,175); }
H1.HeaderClassName
{
color: #07C0AF;
}
.AnyTagClassName
{
color: #07C0AF;
}
</style>
background-color css
<style>
a { background-color: #07C0AF; }
a { background-color: rgb(7,192,175); }
div.DivClassName
{
background-color: #07C0AF;
}
.BgClassName
{
background-color: #07C0AF;
}
</style>
border-color css
<style>
span { border-color: #07C0AF; }
span { border-color: rgb(7,192,175); }
td.TdClassName
{
border-color: #07C0AF;
}
.TagClassName
{
border-color: #07C0AF;
}
</style>