Shades of Light Sea Green #10ADB1
Tints of Light Sea Green #10ADB1
RGB
CMYK
RGB Variations
Color information
#10ADB1 (or 0x10ADB1) is known color: Light Sea Green. HEX triplet: 10, AD and B1. RGB value is (16,173,177). Sum of RGB (Red+Green+Blue) = 16+173+177=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #10ADB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADB1 is #EF524E. Grayscale: #7E7E7E. Windows color (decimal): -15684175 or 11644176. OLE color: 11644176.
HSL color Cylindrical-coordinate representation of color #10ADB1: hue angle of 181.49º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADB1 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 173 | 177 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.31 |
| HSL | 181.49º | 0.83% | 0.38% | - |
| HSV(B) | 181.49º | 0.91% | 0.69% | - |
| XYZ | 23.09 | 33.17 | 46.78 | - |
| YUV | 126.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 177 | 0.91 | 0.02 | 0 | 0.31 | 181.49 | 0.83 | 0.38 |
| Hex | 10 | AD | B1 | 5B | 2 | 0 | 1F | B5 | 53 | 26 |
| Octal | 20 | 255 | 261 | 133 | 2 | 0 | 37 | 265 | 123 | 46 |
| Binary | 10000 | 10101101 | 10110001 | 1011011 | 10 | 0 | 11111 | 10110101 | 1010011 | 100110 |
Color Harmonies of #10ADB1
Complementary color
Monochromatic Colors of #10ADB1
Black with #10ADB1
Text Example
Text Example
White with #10ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADB1; }
p { color: rgb(16,173,177); }
H1.HeaderClassName
{
color: #10ADB1;
}
.AnyTagClassName
{
color: #10ADB1;
}
</style>
background-color css
<style>
a { background-color: #10ADB1; }
a { background-color: rgb(16,173,177); }
div.DivClassName
{
background-color: #10ADB1;
}
.BgClassName
{
background-color: #10ADB1;
}
</style>
border-color css
<style>
span { border-color: #10ADB1; }
span { border-color: rgb(16,173,177); }
td.TdClassName
{
border-color: #10ADB1;
}
.TagClassName
{
border-color: #10ADB1;
}
</style>