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