Shades of Light Sea Green #10B0A1
Tints of Light Sea Green #10B0A1
RGB
CMYK
RGB Variations
Color information
#10B0A1 (or 0x10B0A1) is known color: Light Sea Green. HEX triplet: 10, B0 and A1. RGB value is (16,176,161). Sum of RGB (Red+Green+Blue) = 16+176+161=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #10B0A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B0A1 is #EF4F5E. Grayscale: #7E7E7E. Windows color (decimal): -15683423 or 10596368. OLE color: 10596368.
HSL color Cylindrical-coordinate representation of color #10B0A1: hue angle of 174.38º 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 #10B0A1 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 161 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.31 |
| HSL | 174.38º | 0.83% | 0.38% | - |
| HSV(B) | 174.38º | 0.91% | 0.69% | - |
| XYZ | 22.17 | 33.73 | 39.06 | - |
| YUV | 126.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 161 | 0.91 | 0 | 0.09 | 0.31 | 174.38 | 0.83 | 0.38 |
| Hex | 10 | B0 | A1 | 5B | 0 | 9 | 1F | AE | 53 | 26 |
| Octal | 20 | 260 | 241 | 133 | 0 | 11 | 37 | 256 | 123 | 46 |
| Binary | 10000 | 10110000 | 10100001 | 1011011 | 0 | 1001 | 11111 | 10101110 | 1010011 | 100110 |
Color Harmonies of #10B0A1
Complementary color
Monochromatic Colors of #10B0A1
Black with #10B0A1
Text Example
Text Example
White with #10B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0A1; }
p { color: rgb(16,176,161); }
H1.HeaderClassName
{
color: #10B0A1;
}
.AnyTagClassName
{
color: #10B0A1;
}
</style>
background-color css
<style>
a { background-color: #10B0A1; }
a { background-color: rgb(16,176,161); }
div.DivClassName
{
background-color: #10B0A1;
}
.BgClassName
{
background-color: #10B0A1;
}
</style>
border-color css
<style>
span { border-color: #10B0A1; }
span { border-color: rgb(16,176,161); }
td.TdClassName
{
border-color: #10B0A1;
}
.TagClassName
{
border-color: #10B0A1;
}
</style>