Shades of Light Sea Green #10B49C
Tints of Light Sea Green #10B49C
RGB
CMYK
RGB Variations
Color information
#10B49C (or 0x10B49C) is known color: Light Sea Green. HEX triplet: 10, B4 and 9C. RGB value is (16,180,156). Sum of RGB (Red+Green+Blue) = 16+180+156=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #10B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B49C is #EF4B63. Grayscale: #808080. Windows color (decimal): -15682404 or 10269712. OLE color: 10269712.
HSL color Cylindrical-coordinate representation of color #10B49C: hue angle of 171.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B49C is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 156 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.29 |
| HSL | 171.22º | 0.84% | 0.38% | - |
| HSV(B) | 171.22º | 0.91% | 0.71% | - |
| XYZ | 22.54 | 35.15 | 37.05 | - |
| YUV | 128.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 156 | 0.91 | 0 | 0.13 | 0.29 | 171.22 | 0.84 | 0.38 |
| Hex | 10 | B4 | 9C | 5B | 0 | D | 1D | AB | 54 | 26 |
| Octal | 20 | 264 | 234 | 133 | 0 | 15 | 35 | 253 | 124 | 46 |
| Binary | 10000 | 10110100 | 10011100 | 1011011 | 0 | 1101 | 11101 | 10101011 | 1010100 | 100110 |
Color Harmonies of #10B49C
Complementary color
Monochromatic Colors of #10B49C
Black with #10B49C
Text Example
Text Example
White with #10B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B49C; }
p { color: rgb(16,180,156); }
H1.HeaderClassName
{
color: #10B49C;
}
.AnyTagClassName
{
color: #10B49C;
}
</style>
background-color css
<style>
a { background-color: #10B49C; }
a { background-color: rgb(16,180,156); }
div.DivClassName
{
background-color: #10B49C;
}
.BgClassName
{
background-color: #10B49C;
}
</style>
border-color css
<style>
span { border-color: #10B49C; }
span { border-color: rgb(16,180,156); }
td.TdClassName
{
border-color: #10B49C;
}
.TagClassName
{
border-color: #10B49C;
}
</style>