Shades of Light Sea Green #10AAAB
Tints of Light Sea Green #10AAAB
RGB
CMYK
RGB Variations
Color information
#10AAAB (or 0x10AAAB) is known color: Light Sea Green. HEX triplet: 10, AA and AB. RGB value is (16,170,171). Sum of RGB (Red+Green+Blue) = 16+170+171=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #10AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AAAB is #EF5554. Grayscale: #7B7B7B. Windows color (decimal): -15684949 or 11250192. OLE color: 11250192.
HSL color Cylindrical-coordinate representation of color #10AAAB: hue angle of 180.39º 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 #10AAAB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 171 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.33 |
| HSL | 180.39º | 0.83% | 0.37% | - |
| HSV(B) | 180.39º | 0.91% | 0.67% | - |
| XYZ | 21.94 | 31.8 | 43.51 | - |
| YUV | 124.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 171 | 0.91 | 0.01 | 0 | 0.33 | 180.39 | 0.83 | 0.37 |
| Hex | 10 | AA | AB | 5B | 1 | 0 | 21 | B4 | 53 | 25 |
| Octal | 20 | 252 | 253 | 133 | 1 | 0 | 41 | 264 | 123 | 45 |
| Binary | 10000 | 10101010 | 10101011 | 1011011 | 1 | 0 | 100001 | 10110100 | 1010011 | 100101 |
Color Harmonies of #10AAAB
Complementary color
Monochromatic Colors of #10AAAB
Black with #10AAAB
Text Example
Text Example
White with #10AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAAB; }
p { color: rgb(16,170,171); }
H1.HeaderClassName
{
color: #10AAAB;
}
.AnyTagClassName
{
color: #10AAAB;
}
</style>
background-color css
<style>
a { background-color: #10AAAB; }
a { background-color: rgb(16,170,171); }
div.DivClassName
{
background-color: #10AAAB;
}
.BgClassName
{
background-color: #10AAAB;
}
</style>
border-color css
<style>
span { border-color: #10AAAB; }
span { border-color: rgb(16,170,171); }
td.TdClassName
{
border-color: #10AAAB;
}
.TagClassName
{
border-color: #10AAAB;
}
</style>