Shades of Light Sea Green #10BCAC
Tints of Light Sea Green #10BCAC
RGB
CMYK
RGB Variations
Color information
#10BCAC (or 0x10BCAC) is known color: Light Sea Green. HEX triplet: 10, BC and AC. RGB value is (16,188,172). Sum of RGB (Red+Green+Blue) = 16+188+172=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BCAC is #EF4353. Grayscale: #868686. Windows color (decimal): -15680340 or 11320336. OLE color: 11320336.
HSL color Cylindrical-coordinate representation of color #10BCAC: hue angle of 174.42º 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 #10BCAC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 172 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.26 |
| HSL | 174.42º | 0.84% | 0.4% | - |
| HSV(B) | 174.42º | 0.91% | 0.74% | - |
| XYZ | 25.64 | 39.06 | 45.22 | - |
| YUV | 134.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 172 | 0.91 | 0 | 0.09 | 0.26 | 174.42 | 0.84 | 0.4 |
| Hex | 10 | BC | AC | 5B | 0 | 9 | 1A | AE | 54 | 28 |
| Octal | 20 | 274 | 254 | 133 | 0 | 11 | 32 | 256 | 124 | 50 |
| Binary | 10000 | 10111100 | 10101100 | 1011011 | 0 | 1001 | 11010 | 10101110 | 1010100 | 101000 |
Color Harmonies of #10BCAC
Complementary color
Monochromatic Colors of #10BCAC
Black with #10BCAC
Text Example
Text Example
White with #10BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCAC; }
p { color: rgb(16,188,172); }
H1.HeaderClassName
{
color: #10BCAC;
}
.AnyTagClassName
{
color: #10BCAC;
}
</style>
background-color css
<style>
a { background-color: #10BCAC; }
a { background-color: rgb(16,188,172); }
div.DivClassName
{
background-color: #10BCAC;
}
.BgClassName
{
background-color: #10BCAC;
}
</style>
border-color css
<style>
span { border-color: #10BCAC; }
span { border-color: rgb(16,188,172); }
td.TdClassName
{
border-color: #10BCAC;
}
.TagClassName
{
border-color: #10BCAC;
}
</style>