Shades of Light Sea Green #10A8AA
Tints of Light Sea Green #10A8AA
RGB
CMYK
RGB Variations
Color information
#10A8AA (or 0x10A8AA) is known color: Light Sea Green. HEX triplet: 10, A8 and AA. RGB value is (16,168,170). Sum of RGB (Red+Green+Blue) = 16+168+170=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #10A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AA is #EF5755. Grayscale: #7A7A7A. Windows color (decimal): -15685462 or 11184144. OLE color: 11184144.
HSL color Cylindrical-coordinate representation of color #10A8AA: hue angle of 180.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8AA is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 168 | 170 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.33 |
| HSL | 180.78º | 0.83% | 0.36% | - |
| HSV(B) | 180.78º | 0.91% | 0.67% | - |
| XYZ | 21.47 | 31.02 | 42.89 | - |
| YUV | 122.78 | 154.64 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 170 | 0.91 | 0.01 | 0 | 0.33 | 180.78 | 0.83 | 0.36 |
| Hex | 10 | A8 | AA | 5B | 1 | 0 | 21 | B5 | 53 | 24 |
| Octal | 20 | 250 | 252 | 133 | 1 | 0 | 41 | 265 | 123 | 44 |
| Binary | 10000 | 10101000 | 10101010 | 1011011 | 1 | 0 | 100001 | 10110101 | 1010011 | 100100 |
Color Harmonies of #10A8AA
Complementary color
Monochromatic Colors of #10A8AA
Black with #10A8AA
Text Example
Text Example
White with #10A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8AA; }
p { color: rgb(16,168,170); }
H1.HeaderClassName
{
color: #10A8AA;
}
.AnyTagClassName
{
color: #10A8AA;
}
</style>
background-color css
<style>
a { background-color: #10A8AA; }
a { background-color: rgb(16,168,170); }
div.DivClassName
{
background-color: #10A8AA;
}
.BgClassName
{
background-color: #10A8AA;
}
</style>
border-color css
<style>
span { border-color: #10A8AA; }
span { border-color: rgb(16,168,170); }
td.TdClassName
{
border-color: #10A8AA;
}
.TagClassName
{
border-color: #10A8AA;
}
</style>