Shades of Light Sea Green #10A8AB
Tints of Light Sea Green #10A8AB
RGB
CMYK
RGB Variations
Color information
#10A8AB (or 0x10A8AB) is known color: Light Sea Green. HEX triplet: 10, A8 and AB. RGB value is (16,168,171). Sum of RGB (Red+Green+Blue) = 16+168+171=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #10A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AB is #EF5754. Grayscale: #7A7A7A. Windows color (decimal): -15685461 or 11249680. OLE color: 11249680.
HSL color Cylindrical-coordinate representation of color #10A8AB: hue angle of 181.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8AB is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 168 | 171 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.33 |
| HSL | 181.16º | 0.83% | 0.37% | - |
| HSV(B) | 181.16º | 0.91% | 0.67% | - |
| XYZ | 21.57 | 31.06 | 43.39 | - |
| YUV | 122.89 | 155.14 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 171 | 0.91 | 0.02 | 0 | 0.33 | 181.16 | 0.83 | 0.37 |
| Hex | 10 | A8 | AB | 5B | 2 | 0 | 21 | B5 | 53 | 25 |
| Octal | 20 | 250 | 253 | 133 | 2 | 0 | 41 | 265 | 123 | 45 |
| Binary | 10000 | 10101000 | 10101011 | 1011011 | 10 | 0 | 100001 | 10110101 | 1010011 | 100101 |
Color Harmonies of #10A8AB
Complementary color
Monochromatic Colors of #10A8AB
Black with #10A8AB
Text Example
Text Example
White with #10A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8AB; }
p { color: rgb(16,168,171); }
H1.HeaderClassName
{
color: #10A8AB;
}
.AnyTagClassName
{
color: #10A8AB;
}
</style>
background-color css
<style>
a { background-color: #10A8AB; }
a { background-color: rgb(16,168,171); }
div.DivClassName
{
background-color: #10A8AB;
}
.BgClassName
{
background-color: #10A8AB;
}
</style>
border-color css
<style>
span { border-color: #10A8AB; }
span { border-color: rgb(16,168,171); }
td.TdClassName
{
border-color: #10A8AB;
}
.TagClassName
{
border-color: #10A8AB;
}
</style>