Shades of Light Sea Green #10BDAB
Tints of Light Sea Green #10BDAB
RGB
CMYK
RGB Variations
Color information
#10BDAB (or 0x10BDAB) is known color: Light Sea Green. HEX triplet: 10, BD and AB. RGB value is (16,189,171). Sum of RGB (Red+Green+Blue) = 16+189+171=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BDAB is #EF4254. Grayscale: #878787. Windows color (decimal): -15680085 or 11255056. OLE color: 11255056.
HSL color Cylindrical-coordinate representation of color #10BDAB: hue angle of 173.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDAB is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 171 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.26 |
| HSL | 173.76º | 0.84% | 0.4% | - |
| HSV(B) | 173.76º | 0.92% | 0.74% | - |
| XYZ | 25.76 | 39.45 | 44.78 | - |
| YUV | 135.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 171 | 0.92 | 0 | 0.10 | 0.26 | 173.76 | 0.84 | 0.4 |
| Hex | 10 | BD | AB | 5C | 0 | A | 1A | AE | 54 | 28 |
| Octal | 20 | 275 | 253 | 134 | 0 | 12 | 32 | 256 | 124 | 50 |
| Binary | 10000 | 10111101 | 10101011 | 1011100 | 0 | 1010 | 11010 | 10101110 | 1010100 | 101000 |
Color Harmonies of #10BDAB
Complementary color
Monochromatic Colors of #10BDAB
Black with #10BDAB
Text Example
Text Example
White with #10BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDAB; }
p { color: rgb(16,189,171); }
H1.HeaderClassName
{
color: #10BDAB;
}
.AnyTagClassName
{
color: #10BDAB;
}
</style>
background-color css
<style>
a { background-color: #10BDAB; }
a { background-color: rgb(16,189,171); }
div.DivClassName
{
background-color: #10BDAB;
}
.BgClassName
{
background-color: #10BDAB;
}
</style>
border-color css
<style>
span { border-color: #10BDAB; }
span { border-color: rgb(16,189,171); }
td.TdClassName
{
border-color: #10BDAB;
}
.TagClassName
{
border-color: #10BDAB;
}
</style>