Shades of Light Sea Green #10B99D
Tints of Light Sea Green #10B99D
RGB
CMYK
RGB Variations
Color information
#10B99D (or 0x10B99D) is known color: Light Sea Green. HEX triplet: 10, B9 and 9D. RGB value is (16,185,157). Sum of RGB (Red+Green+Blue) = 16+185+157=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #10B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B99D is #EF4662. Grayscale: #838383. Windows color (decimal): -15681123 or 10336528. OLE color: 10336528.
HSL color Cylindrical-coordinate representation of color #10B99D: hue angle of 170.06º 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 #10B99D is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 157 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.27 |
| HSL | 170.06º | 0.84% | 0.39% | - |
| HSV(B) | 170.06º | 0.91% | 0.73% | - |
| XYZ | 23.65 | 37.24 | 37.84 | - |
| YUV | 131.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 157 | 0.91 | 0 | 0.15 | 0.27 | 170.06 | 0.84 | 0.39 |
| Hex | 10 | B9 | 9D | 5B | 0 | F | 1B | AA | 54 | 27 |
| Octal | 20 | 271 | 235 | 133 | 0 | 17 | 33 | 252 | 124 | 47 |
| Binary | 10000 | 10111001 | 10011101 | 1011011 | 0 | 1111 | 11011 | 10101010 | 1010100 | 100111 |
Color Harmonies of #10B99D
Complementary color
Monochromatic Colors of #10B99D
Black with #10B99D
Text Example
Text Example
White with #10B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B99D; }
p { color: rgb(16,185,157); }
H1.HeaderClassName
{
color: #10B99D;
}
.AnyTagClassName
{
color: #10B99D;
}
</style>
background-color css
<style>
a { background-color: #10B99D; }
a { background-color: rgb(16,185,157); }
div.DivClassName
{
background-color: #10B99D;
}
.BgClassName
{
background-color: #10B99D;
}
</style>
border-color css
<style>
span { border-color: #10B99D; }
span { border-color: rgb(16,185,157); }
td.TdClassName
{
border-color: #10B99D;
}
.TagClassName
{
border-color: #10B99D;
}
</style>