Shades of Light Sea Green #07ADAA
Tints of Light Sea Green #07ADAA
RGB
CMYK
RGB Variations
Color information
#07ADAA (or 0x07ADAA) is known color: Light Sea Green. HEX triplet: 07, AD and AA. RGB value is (7,173,170). Sum of RGB (Red+Green+Blue) = 7+173+170=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #07ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ADAA is #F85255. Grayscale: #7A7A7A. Windows color (decimal): -16274006 or 11185415. OLE color: 11185415.
HSL color Cylindrical-coordinate representation of color #07ADAA: hue angle of 178.92º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADAA is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 170 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.32 |
| HSL | 178.92º | 0.92% | 0.35% | - |
| HSV(B) | 178.92º | 0.96% | 0.68% | - |
| XYZ | 22.29 | 32.83 | 43.19 | - |
| YUV | 123.02 | 154.5 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 170 | 0.96 | 0 | 0.02 | 0.32 | 178.92 | 0.92 | 0.35 |
| Hex | 7 | AD | AA | 60 | 0 | 2 | 20 | B3 | 5C | 23 |
| Octal | 7 | 255 | 252 | 140 | 0 | 2 | 40 | 263 | 134 | 43 |
| Binary | 111 | 10101101 | 10101010 | 1100000 | 0 | 10 | 100000 | 10110011 | 1011100 | 100011 |
Color Harmonies of #07ADAA
Complementary color
Monochromatic Colors of #07ADAA
Black with #07ADAA
Text Example
Text Example
White with #07ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADAA; }
p { color: rgb(7,173,170); }
H1.HeaderClassName
{
color: #07ADAA;
}
.AnyTagClassName
{
color: #07ADAA;
}
</style>
background-color css
<style>
a { background-color: #07ADAA; }
a { background-color: rgb(7,173,170); }
div.DivClassName
{
background-color: #07ADAA;
}
.BgClassName
{
background-color: #07ADAA;
}
</style>
border-color css
<style>
span { border-color: #07ADAA; }
span { border-color: rgb(7,173,170); }
td.TdClassName
{
border-color: #07ADAA;
}
.TagClassName
{
border-color: #07ADAA;
}
</style>