Shades of Light Sea Green #0AADAC
Tints of Light Sea Green #0AADAC
RGB
CMYK
RGB Variations
Color information
#0AADAC (or 0x0AADAC) is known color: Light Sea Green. HEX triplet: 0A, AD and AC. RGB value is (10,173,172). Sum of RGB (Red+Green+Blue) = 10+173+172=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #0AADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AADAC is #F55253. Grayscale: #7B7B7B. Windows color (decimal): -16077396 or 11316490. OLE color: 11316490.
HSL color Cylindrical-coordinate representation of color #0AADAC: hue angle of 179.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AADAC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 172 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.32 |
| HSL | 179.63º | 0.89% | 0.36% | - |
| HSV(B) | 179.63º | 0.94% | 0.68% | - |
| XYZ | 22.52 | 32.93 | 44.2 | - |
| YUV | 124.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 172 | 0.94 | 0 | 0.01 | 0.32 | 179.63 | 0.89 | 0.36 |
| Hex | A | AD | AC | 5E | 0 | 1 | 20 | B4 | 59 | 24 |
| Octal | 12 | 255 | 254 | 136 | 0 | 1 | 40 | 264 | 131 | 44 |
| Binary | 1010 | 10101101 | 10101100 | 1011110 | 0 | 1 | 100000 | 10110100 | 1011001 | 100100 |
Color Harmonies of #0AADAC
Complementary color
Monochromatic Colors of #0AADAC
Black with #0AADAC
Text Example
Text Example
White with #0AADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADAC; }
p { color: rgb(10,173,172); }
H1.HeaderClassName
{
color: #0AADAC;
}
.AnyTagClassName
{
color: #0AADAC;
}
</style>
background-color css
<style>
a { background-color: #0AADAC; }
a { background-color: rgb(10,173,172); }
div.DivClassName
{
background-color: #0AADAC;
}
.BgClassName
{
background-color: #0AADAC;
}
</style>
border-color css
<style>
span { border-color: #0AADAC; }
span { border-color: rgb(10,173,172); }
td.TdClassName
{
border-color: #0AADAC;
}
.TagClassName
{
border-color: #0AADAC;
}
</style>