Shades of Light Sea Green #10A8AE
Tints of Light Sea Green #10A8AE
RGB
CMYK
RGB Variations
Color information
#10A8AE (or 0x10A8AE) is known color: Light Sea Green. HEX triplet: 10, A8 and AE. RGB value is (16,168,174). Sum of RGB (Red+Green+Blue) = 16+168+174=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #10A8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AE is #EF5751. Grayscale: #7B7B7B. Windows color (decimal): -15685458 or 11446288. OLE color: 11446288.
HSL color Cylindrical-coordinate representation of color #10A8AE: hue angle of 182.28º 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 #10A8AE is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 168 | 174 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.32 |
| HSL | 182.28º | 0.83% | 0.37% | - |
| HSV(B) | 182.28º | 0.91% | 0.68% | - |
| XYZ | 21.86 | 31.17 | 44.91 | - |
| YUV | 123.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 174 | 0.91 | 0.03 | 0 | 0.32 | 182.28 | 0.83 | 0.37 |
| Hex | 10 | A8 | AE | 5B | 3 | 0 | 20 | B6 | 53 | 25 |
| Octal | 20 | 250 | 256 | 133 | 3 | 0 | 40 | 266 | 123 | 45 |
| Binary | 10000 | 10101000 | 10101110 | 1011011 | 11 | 0 | 100000 | 10110110 | 1010011 | 100101 |
Color Harmonies of #10A8AE
Complementary color
Monochromatic Colors of #10A8AE
Black with #10A8AE
Text Example
Text Example
White with #10A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8AE; }
p { color: rgb(16,168,174); }
H1.HeaderClassName
{
color: #10A8AE;
}
.AnyTagClassName
{
color: #10A8AE;
}
</style>
background-color css
<style>
a { background-color: #10A8AE; }
a { background-color: rgb(16,168,174); }
div.DivClassName
{
background-color: #10A8AE;
}
.BgClassName
{
background-color: #10A8AE;
}
</style>
border-color css
<style>
span { border-color: #10A8AE; }
span { border-color: rgb(16,168,174); }
td.TdClassName
{
border-color: #10A8AE;
}
.TagClassName
{
border-color: #10A8AE;
}
</style>