Shades of Light Sea Green #10BDAA
Tints of Light Sea Green #10BDAA
RGB
CMYK
RGB Variations
Color information
#10BDAA (or 0x10BDAA) is known color: Light Sea Green. HEX triplet: 10, BD and AA. RGB value is (16,189,170). Sum of RGB (Red+Green+Blue) = 16+189+170=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BDAA is #EF4255. Grayscale: #878787. Windows color (decimal): -15680086 or 11189520. OLE color: 11189520.
HSL color Cylindrical-coordinate representation of color #10BDAA: hue angle of 173.41º 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 #10BDAA is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 170 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.26 |
| HSL | 173.41º | 0.84% | 0.4% | - |
| HSV(B) | 173.41º | 0.92% | 0.74% | - |
| XYZ | 25.67 | 39.41 | 44.28 | - |
| YUV | 135.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 170 | 0.92 | 0 | 0.10 | 0.26 | 173.41 | 0.84 | 0.4 |
| Hex | 10 | BD | AA | 5C | 0 | A | 1A | AD | 54 | 28 |
| Octal | 20 | 275 | 252 | 134 | 0 | 12 | 32 | 255 | 124 | 50 |
| Binary | 10000 | 10111101 | 10101010 | 1011100 | 0 | 1010 | 11010 | 10101101 | 1010100 | 101000 |
Color Harmonies of #10BDAA
Complementary color
Monochromatic Colors of #10BDAA
Black with #10BDAA
Text Example
Text Example
White with #10BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDAA; }
p { color: rgb(16,189,170); }
H1.HeaderClassName
{
color: #10BDAA;
}
.AnyTagClassName
{
color: #10BDAA;
}
</style>
background-color css
<style>
a { background-color: #10BDAA; }
a { background-color: rgb(16,189,170); }
div.DivClassName
{
background-color: #10BDAA;
}
.BgClassName
{
background-color: #10BDAA;
}
</style>
border-color css
<style>
span { border-color: #10BDAA; }
span { border-color: rgb(16,189,170); }
td.TdClassName
{
border-color: #10BDAA;
}
.TagClassName
{
border-color: #10BDAA;
}
</style>