Shades of Light Sea Green #10AFAA
Tints of Light Sea Green #10AFAA
RGB
CMYK
RGB Variations
Color information
#10AFAA (or 0x10AFAA) is known color: Light Sea Green. HEX triplet: 10, AF and AA. RGB value is (16,175,170). Sum of RGB (Red+Green+Blue) = 16+175+170=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #10AFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFAA is #EF5055. Grayscale: #7E7E7E. Windows color (decimal): -15683670 or 11185936. OLE color: 11185936.
HSL color Cylindrical-coordinate representation of color #10AFAA: hue angle of 178.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AFAA is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 170 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.31 |
| HSL | 178.11º | 0.83% | 0.37% | - |
| HSV(B) | 178.11º | 0.91% | 0.69% | - |
| XYZ | 22.8 | 33.67 | 43.33 | - |
| YUV | 126.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 170 | 0.91 | 0 | 0.03 | 0.31 | 178.11 | 0.83 | 0.37 |
| Hex | 10 | AF | AA | 5B | 0 | 3 | 1F | B2 | 53 | 25 |
| Octal | 20 | 257 | 252 | 133 | 0 | 3 | 37 | 262 | 123 | 45 |
| Binary | 10000 | 10101111 | 10101010 | 1011011 | 0 | 11 | 11111 | 10110010 | 1010011 | 100101 |
Color Harmonies of #10AFAA
Complementary color
Monochromatic Colors of #10AFAA
Black with #10AFAA
Text Example
Text Example
White with #10AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFAA; }
p { color: rgb(16,175,170); }
H1.HeaderClassName
{
color: #10AFAA;
}
.AnyTagClassName
{
color: #10AFAA;
}
</style>
background-color css
<style>
a { background-color: #10AFAA; }
a { background-color: rgb(16,175,170); }
div.DivClassName
{
background-color: #10AFAA;
}
.BgClassName
{
background-color: #10AFAA;
}
</style>
border-color css
<style>
span { border-color: #10AFAA; }
span { border-color: rgb(16,175,170); }
td.TdClassName
{
border-color: #10AFAA;
}
.TagClassName
{
border-color: #10AFAA;
}
</style>