Shades of Light Sea Green #10B9A7
Tints of Light Sea Green #10B9A7
RGB
CMYK
RGB Variations
Color information
#10B9A7 (or 0x10B9A7) is known color: Light Sea Green. HEX triplet: 10, B9 and A7. RGB value is (16,185,167). Sum of RGB (Red+Green+Blue) = 16+185+167=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #10B9A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B9A7 is #EF4658. Grayscale: #848484. Windows color (decimal): -15681113 or 10991888. OLE color: 10991888.
HSL color Cylindrical-coordinate representation of color #10B9A7: hue angle of 173.61º 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 #10B9A7 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 167 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.27 |
| HSL | 173.61º | 0.84% | 0.39% | - |
| HSV(B) | 173.61º | 0.91% | 0.73% | - |
| XYZ | 24.54 | 37.6 | 42.52 | - |
| YUV | 132.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 167 | 0.91 | 0 | 0.10 | 0.27 | 173.61 | 0.84 | 0.39 |
| Hex | 10 | B9 | A7 | 5B | 0 | A | 1B | AE | 54 | 27 |
| Octal | 20 | 271 | 247 | 133 | 0 | 12 | 33 | 256 | 124 | 47 |
| Binary | 10000 | 10111001 | 10100111 | 1011011 | 0 | 1010 | 11011 | 10101110 | 1010100 | 100111 |
Color Harmonies of #10B9A7
Complementary color
Monochromatic Colors of #10B9A7
Black with #10B9A7
Text Example
Text Example
White with #10B9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B9A7; }
p { color: rgb(16,185,167); }
H1.HeaderClassName
{
color: #10B9A7;
}
.AnyTagClassName
{
color: #10B9A7;
}
</style>
background-color css
<style>
a { background-color: #10B9A7; }
a { background-color: rgb(16,185,167); }
div.DivClassName
{
background-color: #10B9A7;
}
.BgClassName
{
background-color: #10B9A7;
}
</style>
border-color css
<style>
span { border-color: #10B9A7; }
span { border-color: rgb(16,185,167); }
td.TdClassName
{
border-color: #10B9A7;
}
.TagClassName
{
border-color: #10B9A7;
}
</style>