Shades of Light Sea Green #10B1A8
Tints of Light Sea Green #10B1A8
RGB
CMYK
RGB Variations
Color information
#10B1A8 (or 0x10B1A8) is known color: Light Sea Green. HEX triplet: 10, B1 and A8. RGB value is (16,177,168). Sum of RGB (Red+Green+Blue) = 16+177+168=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #10B1A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B1A8 is #EF4E57. Grayscale: #7F7F7F. Windows color (decimal): -15683160 or 11055376. OLE color: 11055376.
HSL color Cylindrical-coordinate representation of color #10B1A8: hue angle of 176.65º 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 #10B1A8 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 168 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.31 |
| HSL | 176.65º | 0.83% | 0.38% | - |
| HSV(B) | 176.65º | 0.91% | 0.69% | - |
| XYZ | 23 | 34.38 | 42.47 | - |
| YUV | 127.84 | 150.66 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 168 | 0.91 | 0 | 0.05 | 0.31 | 176.65 | 0.83 | 0.38 |
| Hex | 10 | B1 | A8 | 5B | 0 | 5 | 1F | B1 | 53 | 26 |
| Octal | 20 | 261 | 250 | 133 | 0 | 5 | 37 | 261 | 123 | 46 |
| Binary | 10000 | 10110001 | 10101000 | 1011011 | 0 | 101 | 11111 | 10110001 | 1010011 | 100110 |
Color Harmonies of #10B1A8
Complementary color
Monochromatic Colors of #10B1A8
Black with #10B1A8
Text Example
Text Example
White with #10B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B1A8; }
p { color: rgb(16,177,168); }
H1.HeaderClassName
{
color: #10B1A8;
}
.AnyTagClassName
{
color: #10B1A8;
}
</style>
background-color css
<style>
a { background-color: #10B1A8; }
a { background-color: rgb(16,177,168); }
div.DivClassName
{
background-color: #10B1A8;
}
.BgClassName
{
background-color: #10B1A8;
}
</style>
border-color css
<style>
span { border-color: #10B1A8; }
span { border-color: rgb(16,177,168); }
td.TdClassName
{
border-color: #10B1A8;
}
.TagClassName
{
border-color: #10B1A8;
}
</style>