Shades of Light Sea Green #10BAB0
Tints of Light Sea Green #10BAB0
RGB
CMYK
RGB Variations
Color information
#10BAB0 (or 0x10BAB0) is known color: Light Sea Green. HEX triplet: 10, BA and B0. RGB value is (16,186,176). Sum of RGB (Red+Green+Blue) = 16+186+176=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BAB0 is #EF454F. Grayscale: #858585. Windows color (decimal): -15680848 or 11581968. OLE color: 11581968.
HSL color Cylindrical-coordinate representation of color #10BAB0: hue angle of 176.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BAB0 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 176 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.27 |
| HSL | 176.47º | 0.84% | 0.4% | - |
| HSV(B) | 176.47º | 0.91% | 0.73% | - |
| XYZ | 25.61 | 38.36 | 47.13 | - |
| YUV | 134.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 176 | 0.91 | 0 | 0.05 | 0.27 | 176.47 | 0.84 | 0.4 |
| Hex | 10 | BA | B0 | 5B | 0 | 5 | 1B | B0 | 54 | 28 |
| Octal | 20 | 272 | 260 | 133 | 0 | 5 | 33 | 260 | 124 | 50 |
| Binary | 10000 | 10111010 | 10110000 | 1011011 | 0 | 101 | 11011 | 10110000 | 1010100 | 101000 |
Color Harmonies of #10BAB0
Complementary color
Monochromatic Colors of #10BAB0
Black with #10BAB0
Text Example
Text Example
White with #10BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAB0; }
p { color: rgb(16,186,176); }
H1.HeaderClassName
{
color: #10BAB0;
}
.AnyTagClassName
{
color: #10BAB0;
}
</style>
background-color css
<style>
a { background-color: #10BAB0; }
a { background-color: rgb(16,186,176); }
div.DivClassName
{
background-color: #10BAB0;
}
.BgClassName
{
background-color: #10BAB0;
}
</style>
border-color css
<style>
span { border-color: #10BAB0; }
span { border-color: rgb(16,186,176); }
td.TdClassName
{
border-color: #10BAB0;
}
.TagClassName
{
border-color: #10BAB0;
}
</style>