Shades of Light Sea Green #10ABAE
Tints of Light Sea Green #10ABAE
RGB
CMYK
RGB Variations
Color information
#10ABAE (or 0x10ABAE) is known color: Light Sea Green. HEX triplet: 10, AB and AE. RGB value is (16,171,174). Sum of RGB (Red+Green+Blue) = 16+171+174=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #10ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ABAE is #EF5451. Grayscale: #7C7C7C. Windows color (decimal): -15684690 or 11447056. OLE color: 11447056.
HSL color Cylindrical-coordinate representation of color #10ABAE: hue angle of 181.14º 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 #10ABAE is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 171 | 174 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.32 |
| HSL | 181.14º | 0.83% | 0.37% | - |
| HSV(B) | 181.14º | 0.91% | 0.68% | - |
| XYZ | 22.42 | 32.29 | 45.1 | - |
| YUV | 125 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 174 | 0.91 | 0.02 | 0 | 0.32 | 181.14 | 0.83 | 0.37 |
| Hex | 10 | AB | AE | 5B | 2 | 0 | 20 | B5 | 53 | 25 |
| Octal | 20 | 253 | 256 | 133 | 2 | 0 | 40 | 265 | 123 | 45 |
| Binary | 10000 | 10101011 | 10101110 | 1011011 | 10 | 0 | 100000 | 10110101 | 1010011 | 100101 |
Color Harmonies of #10ABAE
Complementary color
Monochromatic Colors of #10ABAE
Black with #10ABAE
Text Example
Text Example
White with #10ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABAE; }
p { color: rgb(16,171,174); }
H1.HeaderClassName
{
color: #10ABAE;
}
.AnyTagClassName
{
color: #10ABAE;
}
</style>
background-color css
<style>
a { background-color: #10ABAE; }
a { background-color: rgb(16,171,174); }
div.DivClassName
{
background-color: #10ABAE;
}
.BgClassName
{
background-color: #10ABAE;
}
</style>
border-color css
<style>
span { border-color: #10ABAE; }
span { border-color: rgb(16,171,174); }
td.TdClassName
{
border-color: #10ABAE;
}
.TagClassName
{
border-color: #10ABAE;
}
</style>