Shades of Light Sea Green #10BEA9
Tints of Light Sea Green #10BEA9
RGB
CMYK
RGB Variations
Color information
#10BEA9 (or 0x10BEA9) is known color: Light Sea Green. HEX triplet: 10, BE and A9. RGB value is (16,190,169). Sum of RGB (Red+Green+Blue) = 16+190+169=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEA9 is #EF4156. Grayscale: #878787. Windows color (decimal): -15679831 or 11124240. OLE color: 11124240.
HSL color Cylindrical-coordinate representation of color #10BEA9: hue angle of 172.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEA9 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 169 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.25 |
| HSL | 172.76º | 0.84% | 0.4% | - |
| HSV(B) | 172.76º | 0.92% | 0.75% | - |
| XYZ | 25.79 | 39.8 | 43.86 | - |
| YUV | 135.58 | 146.85 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 169 | 0.92 | 0 | 0.11 | 0.25 | 172.76 | 0.84 | 0.4 |
| Hex | 10 | BE | A9 | 5C | 0 | B | 19 | AD | 54 | 28 |
| Octal | 20 | 276 | 251 | 134 | 0 | 13 | 31 | 255 | 124 | 50 |
| Binary | 10000 | 10111110 | 10101001 | 1011100 | 0 | 1011 | 11001 | 10101101 | 1010100 | 101000 |
Color Harmonies of #10BEA9
Complementary color
Monochromatic Colors of #10BEA9
Black with #10BEA9
Text Example
Text Example
White with #10BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEA9; }
p { color: rgb(16,190,169); }
H1.HeaderClassName
{
color: #10BEA9;
}
.AnyTagClassName
{
color: #10BEA9;
}
</style>
background-color css
<style>
a { background-color: #10BEA9; }
a { background-color: rgb(16,190,169); }
div.DivClassName
{
background-color: #10BEA9;
}
.BgClassName
{
background-color: #10BEA9;
}
</style>
border-color css
<style>
span { border-color: #10BEA9; }
span { border-color: rgb(16,190,169); }
td.TdClassName
{
border-color: #10BEA9;
}
.TagClassName
{
border-color: #10BEA9;
}
</style>