Shades of Light Sea Green #10B5A0
Tints of Light Sea Green #10B5A0
RGB
CMYK
RGB Variations
Color information
#10B5A0 (or 0x10B5A0) is known color: Light Sea Green. HEX triplet: 10, B5 and A0. RGB value is (16,181,160). Sum of RGB (Red+Green+Blue) = 16+181+160=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #10B5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B5A0 is #EF4A5F. Grayscale: #818181. Windows color (decimal): -15682144 or 10532112. OLE color: 10532112.
HSL color Cylindrical-coordinate representation of color #10B5A0: hue angle of 172.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B5A0 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 160 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.29 |
| HSL | 172.36º | 0.84% | 0.39% | - |
| HSV(B) | 172.36º | 0.91% | 0.71% | - |
| XYZ | 23.08 | 35.7 | 38.93 | - |
| YUV | 129.27 | 145.34 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 160 | 0.91 | 0 | 0.12 | 0.29 | 172.36 | 0.84 | 0.39 |
| Hex | 10 | B5 | A0 | 5B | 0 | C | 1D | AC | 54 | 27 |
| Octal | 20 | 265 | 240 | 133 | 0 | 14 | 35 | 254 | 124 | 47 |
| Binary | 10000 | 10110101 | 10100000 | 1011011 | 0 | 1100 | 11101 | 10101100 | 1010100 | 100111 |
Color Harmonies of #10B5A0
Complementary color
Monochromatic Colors of #10B5A0
Black with #10B5A0
Text Example
Text Example
White with #10B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5A0; }
p { color: rgb(16,181,160); }
H1.HeaderClassName
{
color: #10B5A0;
}
.AnyTagClassName
{
color: #10B5A0;
}
</style>
background-color css
<style>
a { background-color: #10B5A0; }
a { background-color: rgb(16,181,160); }
div.DivClassName
{
background-color: #10B5A0;
}
.BgClassName
{
background-color: #10B5A0;
}
</style>
border-color css
<style>
span { border-color: #10B5A0; }
span { border-color: rgb(16,181,160); }
td.TdClassName
{
border-color: #10B5A0;
}
.TagClassName
{
border-color: #10B5A0;
}
</style>