Shades of Light Sea Green #0AACAC
Tints of Light Sea Green #0AACAC
RGB
CMYK
RGB Variations
Color information
#0AACAC (or 0x0AACAC) is known color: Light Sea Green. HEX triplet: 0A, AC and AC. RGB value is (10,172,172). Sum of RGB (Red+Green+Blue) = 10+172+172=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #0AACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AACAC is #F55353. Grayscale: #7B7B7B. Windows color (decimal): -16077652 or 11316234. OLE color: 11316234.
HSL color Cylindrical-coordinate representation of color #0AACAC: hue angle of 180º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AACAC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 172 | - |
| CMYK | 0.94 | 0 | 0 | 0.33 |
| HSL | 180º | 0.89% | 0.36% | - |
| HSV(B) | 180º | 0.94% | 0.67% | - |
| XYZ | 22.32 | 32.55 | 44.14 | - |
| YUV | 123.56 | 155.33 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 172 | 0.94 | 0 | 0 | 0.33 | 180 | 0.89 | 0.36 |
| Hex | A | AC | AC | 5E | 0 | 0 | 21 | B4 | 59 | 24 |
| Octal | 12 | 254 | 254 | 136 | 0 | 0 | 41 | 264 | 131 | 44 |
| Binary | 1010 | 10101100 | 10101100 | 1011110 | 0 | 0 | 100001 | 10110100 | 1011001 | 100100 |
Color Harmonies of #0AACAC
Complementary color
Monochromatic Colors of #0AACAC
Black with #0AACAC
Text Example
Text Example
White with #0AACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACAC; }
p { color: rgb(10,172,172); }
H1.HeaderClassName
{
color: #0AACAC;
}
.AnyTagClassName
{
color: #0AACAC;
}
</style>
background-color css
<style>
a { background-color: #0AACAC; }
a { background-color: rgb(10,172,172); }
div.DivClassName
{
background-color: #0AACAC;
}
.BgClassName
{
background-color: #0AACAC;
}
</style>
border-color css
<style>
span { border-color: #0AACAC; }
span { border-color: rgb(10,172,172); }
td.TdClassName
{
border-color: #0AACAC;
}
.TagClassName
{
border-color: #0AACAC;
}
</style>