Shades of Light Sea Green #10B1AD
Tints of Light Sea Green #10B1AD
RGB
CMYK
RGB Variations
Color information
#10B1AD (or 0x10B1AD) is known color: Light Sea Green. HEX triplet: 10, B1 and AD. RGB value is (16,177,173). Sum of RGB (Red+Green+Blue) = 16+177+173=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #10B1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B1AD is #EF4E52. Grayscale: #808080. Windows color (decimal): -15683155 or 11383056. OLE color: 11383056.
HSL color Cylindrical-coordinate representation of color #10B1AD: hue angle of 178.51º 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 #10B1AD is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 173 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.31 |
| HSL | 178.51º | 0.83% | 0.38% | - |
| HSV(B) | 178.51º | 0.91% | 0.69% | - |
| XYZ | 23.48 | 34.57 | 44.97 | - |
| YUV | 128.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 173 | 0.91 | 0 | 0.02 | 0.31 | 178.51 | 0.83 | 0.38 |
| Hex | 10 | B1 | AD | 5B | 0 | 2 | 1F | B3 | 53 | 26 |
| Octal | 20 | 261 | 255 | 133 | 0 | 2 | 37 | 263 | 123 | 46 |
| Binary | 10000 | 10110001 | 10101101 | 1011011 | 0 | 10 | 11111 | 10110011 | 1010011 | 100110 |
Color Harmonies of #10B1AD
Complementary color
Monochromatic Colors of #10B1AD
Black with #10B1AD
Text Example
Text Example
White with #10B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B1AD; }
p { color: rgb(16,177,173); }
H1.HeaderClassName
{
color: #10B1AD;
}
.AnyTagClassName
{
color: #10B1AD;
}
</style>
background-color css
<style>
a { background-color: #10B1AD; }
a { background-color: rgb(16,177,173); }
div.DivClassName
{
background-color: #10B1AD;
}
.BgClassName
{
background-color: #10B1AD;
}
</style>
border-color css
<style>
span { border-color: #10B1AD; }
span { border-color: rgb(16,177,173); }
td.TdClassName
{
border-color: #10B1AD;
}
.TagClassName
{
border-color: #10B1AD;
}
</style>