Shades of Light Sea Green #10BCA8
Tints of Light Sea Green #10BCA8
RGB
CMYK
RGB Variations
Color information
#10BCA8 (or 0x10BCA8) is known color: Light Sea Green. HEX triplet: 10, BC and A8. RGB value is (16,188,168). Sum of RGB (Red+Green+Blue) = 16+188+168=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BCA8 is #EF4357. Grayscale: #868686. Windows color (decimal): -15680344 or 11058192. OLE color: 11058192.
HSL color Cylindrical-coordinate representation of color #10BCA8: hue angle of 173.02º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BCA8 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 168 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.26 |
| HSL | 173.02º | 0.84% | 0.4% | - |
| HSV(B) | 173.02º | 0.91% | 0.74% | - |
| XYZ | 25.26 | 38.9 | 43.22 | - |
| YUV | 134.29 | 147.02 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 168 | 0.91 | 0 | 0.11 | 0.26 | 173.02 | 0.84 | 0.4 |
| Hex | 10 | BC | A8 | 5B | 0 | B | 1A | AD | 54 | 28 |
| Octal | 20 | 274 | 250 | 133 | 0 | 13 | 32 | 255 | 124 | 50 |
| Binary | 10000 | 10111100 | 10101000 | 1011011 | 0 | 1011 | 11010 | 10101101 | 1010100 | 101000 |
Color Harmonies of #10BCA8
Complementary color
Monochromatic Colors of #10BCA8
Black with #10BCA8
Text Example
Text Example
White with #10BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCA8; }
p { color: rgb(16,188,168); }
H1.HeaderClassName
{
color: #10BCA8;
}
.AnyTagClassName
{
color: #10BCA8;
}
</style>
background-color css
<style>
a { background-color: #10BCA8; }
a { background-color: rgb(16,188,168); }
div.DivClassName
{
background-color: #10BCA8;
}
.BgClassName
{
background-color: #10BCA8;
}
</style>
border-color css
<style>
span { border-color: #10BCA8; }
span { border-color: rgb(16,188,168); }
td.TdClassName
{
border-color: #10BCA8;
}
.TagClassName
{
border-color: #10BCA8;
}
</style>