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