Shades of Light Sea Green #10ADA6
Tints of Light Sea Green #10ADA6
RGB
CMYK
RGB Variations
Color information
#10ADA6 (or 0x10ADA6) is known color: Light Sea Green. HEX triplet: 10, AD and A6. RGB value is (16,173,166). Sum of RGB (Red+Green+Blue) = 16+173+166=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #10ADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADA6 is #EF5259. Grayscale: #7D7D7D. Windows color (decimal): -15684186 or 10923280. OLE color: 10923280.
HSL color Cylindrical-coordinate representation of color #10ADA6: hue angle of 177.32º 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 #10ADA6 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 166 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.32 |
| HSL | 177.32º | 0.83% | 0.37% | - |
| HSV(B) | 177.32º | 0.91% | 0.68% | - |
| XYZ | 22.04 | 32.75 | 41.24 | - |
| YUV | 125.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 166 | 0.91 | 0 | 0.04 | 0.32 | 177.32 | 0.83 | 0.37 |
| Hex | 10 | AD | A6 | 5B | 0 | 4 | 20 | B1 | 53 | 25 |
| Octal | 20 | 255 | 246 | 133 | 0 | 4 | 40 | 261 | 123 | 45 |
| Binary | 10000 | 10101101 | 10100110 | 1011011 | 0 | 100 | 100000 | 10110001 | 1010011 | 100101 |
Color Harmonies of #10ADA6
Complementary color
Monochromatic Colors of #10ADA6
Black with #10ADA6
Text Example
Text Example
White with #10ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADA6; }
p { color: rgb(16,173,166); }
H1.HeaderClassName
{
color: #10ADA6;
}
.AnyTagClassName
{
color: #10ADA6;
}
</style>
background-color css
<style>
a { background-color: #10ADA6; }
a { background-color: rgb(16,173,166); }
div.DivClassName
{
background-color: #10ADA6;
}
.BgClassName
{
background-color: #10ADA6;
}
</style>
border-color css
<style>
span { border-color: #10ADA6; }
span { border-color: rgb(16,173,166); }
td.TdClassName
{
border-color: #10ADA6;
}
.TagClassName
{
border-color: #10ADA6;
}
</style>