Shades of Light Sea Green #10B1A6
Tints of Light Sea Green #10B1A6
RGB
CMYK
RGB Variations
Color information
#10B1A6 (or 0x10B1A6) is known color: Light Sea Green. HEX triplet: 10, B1 and A6. RGB value is (16,177,166). Sum of RGB (Red+Green+Blue) = 16+177+166=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #10B1A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B1A6 is #EF4E59. Grayscale: #7F7F7F. Windows color (decimal): -15683162 or 10924304. OLE color: 10924304.
HSL color Cylindrical-coordinate representation of color #10B1A6: hue angle of 175.9º 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 #10B1A6 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 166 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.31 |
| HSL | 175.9º | 0.83% | 0.38% | - |
| HSV(B) | 175.9º | 0.91% | 0.69% | - |
| XYZ | 22.82 | 34.31 | 41.5 | - |
| YUV | 127.61 | 149.66 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 166 | 0.91 | 0 | 0.06 | 0.31 | 175.9 | 0.83 | 0.38 |
| Hex | 10 | B1 | A6 | 5B | 0 | 6 | 1F | B0 | 53 | 26 |
| Octal | 20 | 261 | 246 | 133 | 0 | 6 | 37 | 260 | 123 | 46 |
| Binary | 10000 | 10110001 | 10100110 | 1011011 | 0 | 110 | 11111 | 10110000 | 1010011 | 100110 |
Color Harmonies of #10B1A6
Complementary color
Monochromatic Colors of #10B1A6
Black with #10B1A6
Text Example
Text Example
White with #10B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B1A6; }
p { color: rgb(16,177,166); }
H1.HeaderClassName
{
color: #10B1A6;
}
.AnyTagClassName
{
color: #10B1A6;
}
</style>
background-color css
<style>
a { background-color: #10B1A6; }
a { background-color: rgb(16,177,166); }
div.DivClassName
{
background-color: #10B1A6;
}
.BgClassName
{
background-color: #10B1A6;
}
</style>
border-color css
<style>
span { border-color: #10B1A6; }
span { border-color: rgb(16,177,166); }
td.TdClassName
{
border-color: #10B1A6;
}
.TagClassName
{
border-color: #10B1A6;
}
</style>