Shades of Light Sea Green #10AEA6
Tints of Light Sea Green #10AEA6
RGB
CMYK
RGB Variations
Color information
#10AEA6 (or 0x10AEA6) is known color: Light Sea Green. HEX triplet: 10, AE and A6. RGB value is (16,174,166). Sum of RGB (Red+Green+Blue) = 16+174+166=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #10AEA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AEA6 is #EF5159. Grayscale: #7D7D7D. Windows color (decimal): -15683930 or 10923536. OLE color: 10923536.
HSL color Cylindrical-coordinate representation of color #10AEA6: hue angle of 176.96º 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 #10AEA6 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 166 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.32 |
| HSL | 176.96º | 0.83% | 0.37% | - |
| HSV(B) | 176.96º | 0.91% | 0.68% | - |
| XYZ | 22.23 | 33.14 | 41.3 | - |
| YUV | 125.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 166 | 0.91 | 0 | 0.05 | 0.32 | 176.96 | 0.83 | 0.37 |
| Hex | 10 | AE | A6 | 5B | 0 | 5 | 20 | B1 | 53 | 25 |
| Octal | 20 | 256 | 246 | 133 | 0 | 5 | 40 | 261 | 123 | 45 |
| Binary | 10000 | 10101110 | 10100110 | 1011011 | 0 | 101 | 100000 | 10110001 | 1010011 | 100101 |
Color Harmonies of #10AEA6
Complementary color
Monochromatic Colors of #10AEA6
Black with #10AEA6
Text Example
Text Example
White with #10AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEA6; }
p { color: rgb(16,174,166); }
H1.HeaderClassName
{
color: #10AEA6;
}
.AnyTagClassName
{
color: #10AEA6;
}
</style>
background-color css
<style>
a { background-color: #10AEA6; }
a { background-color: rgb(16,174,166); }
div.DivClassName
{
background-color: #10AEA6;
}
.BgClassName
{
background-color: #10AEA6;
}
</style>
border-color css
<style>
span { border-color: #10AEA6; }
span { border-color: rgb(16,174,166); }
td.TdClassName
{
border-color: #10AEA6;
}
.TagClassName
{
border-color: #10AEA6;
}
</style>