Shades of Light Sea Green #10B2A1
Tints of Light Sea Green #10B2A1
RGB
CMYK
RGB Variations
Color information
#10B2A1 (or 0x10B2A1) is known color: Light Sea Green. HEX triplet: 10, B2 and A1. RGB value is (16,178,161). Sum of RGB (Red+Green+Blue) = 16+178+161=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #10B2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B2A1 is #EF4D5E. Grayscale: #7F7F7F. Windows color (decimal): -15682911 or 10596880. OLE color: 10596880.
HSL color Cylindrical-coordinate representation of color #10B2A1: hue angle of 173.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B2A1 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 161 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.30 |
| HSL | 173.7º | 0.84% | 0.38% | - |
| HSV(B) | 173.7º | 0.91% | 0.7% | - |
| XYZ | 22.57 | 34.52 | 39.19 | - |
| YUV | 127.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 161 | 0.91 | 0 | 0.10 | 0.30 | 173.7 | 0.84 | 0.38 |
| Hex | 10 | B2 | A1 | 5B | 0 | A | 1E | AE | 54 | 26 |
| Octal | 20 | 262 | 241 | 133 | 0 | 12 | 36 | 256 | 124 | 46 |
| Binary | 10000 | 10110010 | 10100001 | 1011011 | 0 | 1010 | 11110 | 10101110 | 1010100 | 100110 |
Color Harmonies of #10B2A1
Complementary color
Monochromatic Colors of #10B2A1
Black with #10B2A1
Text Example
Text Example
White with #10B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2A1; }
p { color: rgb(16,178,161); }
H1.HeaderClassName
{
color: #10B2A1;
}
.AnyTagClassName
{
color: #10B2A1;
}
</style>
background-color css
<style>
a { background-color: #10B2A1; }
a { background-color: rgb(16,178,161); }
div.DivClassName
{
background-color: #10B2A1;
}
.BgClassName
{
background-color: #10B2A1;
}
</style>
border-color css
<style>
span { border-color: #10B2A1; }
span { border-color: rgb(16,178,161); }
td.TdClassName
{
border-color: #10B2A1;
}
.TagClassName
{
border-color: #10B2A1;
}
</style>