Shades of Light Sea Green #0AADB0
Tints of Light Sea Green #0AADB0
RGB
CMYK
RGB Variations
Color information
#0AADB0 (or 0x0AADB0) is known color: Light Sea Green. HEX triplet: 0A, AD and B0. RGB value is (10,173,176). Sum of RGB (Red+Green+Blue) = 10+173+176=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #0AADB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AADB0 is #F5524F. Grayscale: #7C7C7C. Windows color (decimal): -16077392 or 11578634. OLE color: 11578634.
HSL color Cylindrical-coordinate representation of color #0AADB0: hue angle of 181.08º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AADB0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 173 | 176 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.31 |
| HSL | 181.08º | 0.89% | 0.36% | - |
| HSV(B) | 181.08º | 0.94% | 0.69% | - |
| XYZ | 22.91 | 33.09 | 46.25 | - |
| YUV | 124.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 176 | 0.94 | 0.02 | 0 | 0.31 | 181.08 | 0.89 | 0.36 |
| Hex | A | AD | B0 | 5E | 2 | 0 | 1F | B5 | 59 | 24 |
| Octal | 12 | 255 | 260 | 136 | 2 | 0 | 37 | 265 | 131 | 44 |
| Binary | 1010 | 10101101 | 10110000 | 1011110 | 10 | 0 | 11111 | 10110101 | 1011001 | 100100 |
Color Harmonies of #0AADB0
Complementary color
Monochromatic Colors of #0AADB0
Black with #0AADB0
Text Example
Text Example
White with #0AADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADB0; }
p { color: rgb(10,173,176); }
H1.HeaderClassName
{
color: #0AADB0;
}
.AnyTagClassName
{
color: #0AADB0;
}
</style>
background-color css
<style>
a { background-color: #0AADB0; }
a { background-color: rgb(10,173,176); }
div.DivClassName
{
background-color: #0AADB0;
}
.BgClassName
{
background-color: #0AADB0;
}
</style>
border-color css
<style>
span { border-color: #0AADB0; }
span { border-color: rgb(10,173,176); }
td.TdClassName
{
border-color: #0AADB0;
}
.TagClassName
{
border-color: #0AADB0;
}
</style>