Shades of Light Sea Green #10B19F
Tints of Light Sea Green #10B19F
RGB
CMYK
RGB Variations
Color information
#10B19F (or 0x10B19F) is known color: Light Sea Green. HEX triplet: 10, B1 and 9F. RGB value is (16,177,159). Sum of RGB (Red+Green+Blue) = 16+177+159=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #10B19F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B19F is #EF4E60. Grayscale: #7E7E7E. Windows color (decimal): -15683169 or 10465552. OLE color: 10465552.
HSL color Cylindrical-coordinate representation of color #10B19F: hue angle of 173.29º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B19F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 159 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.31 |
| HSL | 173.29º | 0.83% | 0.38% | - |
| HSV(B) | 173.29º | 0.91% | 0.69% | - |
| XYZ | 22.19 | 34.06 | 38.2 | - |
| YUV | 126.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 159 | 0.91 | 0 | 0.10 | 0.31 | 173.29 | 0.83 | 0.38 |
| Hex | 10 | B1 | 9F | 5B | 0 | A | 1F | AD | 53 | 26 |
| Octal | 20 | 261 | 237 | 133 | 0 | 12 | 37 | 255 | 123 | 46 |
| Binary | 10000 | 10110001 | 10011111 | 1011011 | 0 | 1010 | 11111 | 10101101 | 1010011 | 100110 |
Color Harmonies of #10B19F
Complementary color
Monochromatic Colors of #10B19F
Black with #10B19F
Text Example
Text Example
White with #10B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B19F; }
p { color: rgb(16,177,159); }
H1.HeaderClassName
{
color: #10B19F;
}
.AnyTagClassName
{
color: #10B19F;
}
</style>
background-color css
<style>
a { background-color: #10B19F; }
a { background-color: rgb(16,177,159); }
div.DivClassName
{
background-color: #10B19F;
}
.BgClassName
{
background-color: #10B19F;
}
</style>
border-color css
<style>
span { border-color: #10B19F; }
span { border-color: rgb(16,177,159); }
td.TdClassName
{
border-color: #10B19F;
}
.TagClassName
{
border-color: #10B19F;
}
</style>