Shades of Light Sea Green #07ADAC
Tints of Light Sea Green #07ADAC
RGB
CMYK
RGB Variations
Color information
#07ADAC (or 0x07ADAC) is known color: Light Sea Green. HEX triplet: 07, AD and AC. RGB value is (7,173,172). Sum of RGB (Red+Green+Blue) = 7+173+172=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #07ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ADAC is #F85253. Grayscale: #7B7B7B. Windows color (decimal): -16274004 or 11316487. OLE color: 11316487.
HSL color Cylindrical-coordinate representation of color #07ADAC: hue angle of 179.64º 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 #07ADAC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 172 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.32 |
| HSL | 179.64º | 0.92% | 0.35% | - |
| HSV(B) | 179.64º | 0.96% | 0.68% | - |
| XYZ | 22.48 | 32.91 | 44.2 | - |
| YUV | 123.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 172 | 0.96 | 0 | 0.01 | 0.32 | 179.64 | 0.92 | 0.35 |
| Hex | 7 | AD | AC | 60 | 0 | 1 | 20 | B4 | 5C | 23 |
| Octal | 7 | 255 | 254 | 140 | 0 | 1 | 40 | 264 | 134 | 43 |
| Binary | 111 | 10101101 | 10101100 | 1100000 | 0 | 1 | 100000 | 10110100 | 1011100 | 100011 |
Color Harmonies of #07ADAC
Complementary color
Monochromatic Colors of #07ADAC
Black with #07ADAC
Text Example
Text Example
White with #07ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADAC; }
p { color: rgb(7,173,172); }
H1.HeaderClassName
{
color: #07ADAC;
}
.AnyTagClassName
{
color: #07ADAC;
}
</style>
background-color css
<style>
a { background-color: #07ADAC; }
a { background-color: rgb(7,173,172); }
div.DivClassName
{
background-color: #07ADAC;
}
.BgClassName
{
background-color: #07ADAC;
}
</style>
border-color css
<style>
span { border-color: #07ADAC; }
span { border-color: rgb(7,173,172); }
td.TdClassName
{
border-color: #07ADAC;
}
.TagClassName
{
border-color: #07ADAC;
}
</style>