Shades of Light Sea Green #10A8AD
Tints of Light Sea Green #10A8AD
RGB
CMYK
RGB Variations
Color information
#10A8AD (or 0x10A8AD) is known color: Light Sea Green. HEX triplet: 10, A8 and AD. RGB value is (16,168,173). Sum of RGB (Red+Green+Blue) = 16+168+173=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AD is #EF5752. Grayscale: #7A7A7A. Windows color (decimal): -15685459 or 11380752. OLE color: 11380752.
HSL color Cylindrical-coordinate representation of color #10A8AD: hue angle of 181.91º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8AD is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 168 | 173 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.32 |
| HSL | 181.91º | 0.83% | 0.37% | - |
| HSV(B) | 181.91º | 0.91% | 0.68% | - |
| XYZ | 21.76 | 31.13 | 44.4 | - |
| YUV | 123.12 | 156.14 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 173 | 0.91 | 0.03 | 0 | 0.32 | 181.91 | 0.83 | 0.37 |
| Hex | 10 | A8 | AD | 5B | 3 | 0 | 20 | B6 | 53 | 25 |
| Octal | 20 | 250 | 255 | 133 | 3 | 0 | 40 | 266 | 123 | 45 |
| Binary | 10000 | 10101000 | 10101101 | 1011011 | 11 | 0 | 100000 | 10110110 | 1010011 | 100101 |
Color Harmonies of #10A8AD
Complementary color
Monochromatic Colors of #10A8AD
Black with #10A8AD
Text Example
Text Example
White with #10A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8AD; }
p { color: rgb(16,168,173); }
H1.HeaderClassName
{
color: #10A8AD;
}
.AnyTagClassName
{
color: #10A8AD;
}
</style>
background-color css
<style>
a { background-color: #10A8AD; }
a { background-color: rgb(16,168,173); }
div.DivClassName
{
background-color: #10A8AD;
}
.BgClassName
{
background-color: #10A8AD;
}
</style>
border-color css
<style>
span { border-color: #10A8AD; }
span { border-color: rgb(16,168,173); }
td.TdClassName
{
border-color: #10A8AD;
}
.TagClassName
{
border-color: #10A8AD;
}
</style>