Shades of Light Sea Green #0AACAE
Tints of Light Sea Green #0AACAE
RGB
CMYK
RGB Variations
Color information
#0AACAE (or 0x0AACAE) is known color: Light Sea Green. HEX triplet: 0A, AC and AE. RGB value is (10,172,174). Sum of RGB (Red+Green+Blue) = 10+172+174=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #0AACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AACAE is #F55351. Grayscale: #7B7B7B. Windows color (decimal): -16077650 or 11447306. OLE color: 11447306.
HSL color Cylindrical-coordinate representation of color #0AACAE: hue angle of 180.73º 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 #0AACAE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 172 | 174 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.32 |
| HSL | 180.73º | 0.89% | 0.36% | - |
| HSV(B) | 180.73º | 0.94% | 0.68% | - |
| XYZ | 22.52 | 32.63 | 45.15 | - |
| YUV | 123.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 174 | 0.94 | 0.01 | 0 | 0.32 | 180.73 | 0.89 | 0.36 |
| Hex | A | AC | AE | 5E | 1 | 0 | 20 | B5 | 59 | 24 |
| Octal | 12 | 254 | 256 | 136 | 1 | 0 | 40 | 265 | 131 | 44 |
| Binary | 1010 | 10101100 | 10101110 | 1011110 | 1 | 0 | 100000 | 10110101 | 1011001 | 100100 |
Color Harmonies of #0AACAE
Complementary color
Monochromatic Colors of #0AACAE
Black with #0AACAE
Text Example
Text Example
White with #0AACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACAE; }
p { color: rgb(10,172,174); }
H1.HeaderClassName
{
color: #0AACAE;
}
.AnyTagClassName
{
color: #0AACAE;
}
</style>
background-color css
<style>
a { background-color: #0AACAE; }
a { background-color: rgb(10,172,174); }
div.DivClassName
{
background-color: #0AACAE;
}
.BgClassName
{
background-color: #0AACAE;
}
</style>
border-color css
<style>
span { border-color: #0AACAE; }
span { border-color: rgb(10,172,174); }
td.TdClassName
{
border-color: #0AACAE;
}
.TagClassName
{
border-color: #0AACAE;
}
</style>