Shades of Light Sea Green #10B9A0
Tints of Light Sea Green #10B9A0
RGB
CMYK
RGB Variations
Color information
#10B9A0 (or 0x10B9A0) is known color: Light Sea Green. HEX triplet: 10, B9 and A0. RGB value is (16,185,160). Sum of RGB (Red+Green+Blue) = 16+185+160=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #10B9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B9A0 is #EF465F. Grayscale: #838383. Windows color (decimal): -15681120 or 10533136. OLE color: 10533136.
HSL color Cylindrical-coordinate representation of color #10B9A0: hue angle of 171.12º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B9A0 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 160 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.27 |
| HSL | 171.12º | 0.84% | 0.39% | - |
| HSV(B) | 171.12º | 0.91% | 0.73% | - |
| XYZ | 23.91 | 37.35 | 39.21 | - |
| YUV | 131.62 | 144.01 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 160 | 0.91 | 0 | 0.14 | 0.27 | 171.12 | 0.84 | 0.39 |
| Hex | 10 | B9 | A0 | 5B | 0 | E | 1B | AB | 54 | 27 |
| Octal | 20 | 271 | 240 | 133 | 0 | 16 | 33 | 253 | 124 | 47 |
| Binary | 10000 | 10111001 | 10100000 | 1011011 | 0 | 1110 | 11011 | 10101011 | 1010100 | 100111 |
Color Harmonies of #10B9A0
Complementary color
Monochromatic Colors of #10B9A0
Black with #10B9A0
Text Example
Text Example
White with #10B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B9A0; }
p { color: rgb(16,185,160); }
H1.HeaderClassName
{
color: #10B9A0;
}
.AnyTagClassName
{
color: #10B9A0;
}
</style>
background-color css
<style>
a { background-color: #10B9A0; }
a { background-color: rgb(16,185,160); }
div.DivClassName
{
background-color: #10B9A0;
}
.BgClassName
{
background-color: #10B9A0;
}
</style>
border-color css
<style>
span { border-color: #10B9A0; }
span { border-color: rgb(16,185,160); }
td.TdClassName
{
border-color: #10B9A0;
}
.TagClassName
{
border-color: #10B9A0;
}
</style>