Shades of Light Sea Green #10AAA5
Tints of Light Sea Green #10AAA5
RGB
CMYK
RGB Variations
Color information
#10AAA5 (or 0x10AAA5) is known color: Light Sea Green. HEX triplet: 10, AA and A5. RGB value is (16,170,165). Sum of RGB (Red+Green+Blue) = 16+170+165=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #10AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AAA5 is #EF555A. Grayscale: #7B7B7B. Windows color (decimal): -15684955 or 10856976. OLE color: 10856976.
HSL color Cylindrical-coordinate representation of color #10AAA5: hue angle of 178.05º 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 #10AAA5 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 165 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.33 |
| HSL | 178.05º | 0.83% | 0.36% | - |
| HSV(B) | 178.05º | 0.91% | 0.67% | - |
| XYZ | 21.38 | 31.58 | 40.57 | - |
| YUV | 123.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 165 | 0.91 | 0 | 0.03 | 0.33 | 178.05 | 0.83 | 0.36 |
| Hex | 10 | AA | A5 | 5B | 0 | 3 | 21 | B2 | 53 | 24 |
| Octal | 20 | 252 | 245 | 133 | 0 | 3 | 41 | 262 | 123 | 44 |
| Binary | 10000 | 10101010 | 10100101 | 1011011 | 0 | 11 | 100001 | 10110010 | 1010011 | 100100 |
Color Harmonies of #10AAA5
Complementary color
Monochromatic Colors of #10AAA5
Black with #10AAA5
Text Example
Text Example
White with #10AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAA5; }
p { color: rgb(16,170,165); }
H1.HeaderClassName
{
color: #10AAA5;
}
.AnyTagClassName
{
color: #10AAA5;
}
</style>
background-color css
<style>
a { background-color: #10AAA5; }
a { background-color: rgb(16,170,165); }
div.DivClassName
{
background-color: #10AAA5;
}
.BgClassName
{
background-color: #10AAA5;
}
</style>
border-color css
<style>
span { border-color: #10AAA5; }
span { border-color: rgb(16,170,165); }
td.TdClassName
{
border-color: #10AAA5;
}
.TagClassName
{
border-color: #10AAA5;
}
</style>