Shades of Light Sea Green #10BCA0
Tints of Light Sea Green #10BCA0
RGB
CMYK
RGB Variations
Color information
#10BCA0 (or 0x10BCA0) is known color: Light Sea Green. HEX triplet: 10, BC and A0. RGB value is (16,188,160). Sum of RGB (Red+Green+Blue) = 16+188+160=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BCA0 is #EF435F. Grayscale: #858585. Windows color (decimal): -15680352 or 10533904. OLE color: 10533904.
HSL color Cylindrical-coordinate representation of color #10BCA0: hue angle of 170.23º 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 #10BCA0 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 160 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.26 |
| HSL | 170.23º | 0.84% | 0.4% | - |
| HSV(B) | 170.23º | 0.91% | 0.74% | - |
| XYZ | 24.54 | 38.61 | 39.42 | - |
| YUV | 133.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 160 | 0.91 | 0 | 0.15 | 0.26 | 170.23 | 0.84 | 0.4 |
| Hex | 10 | BC | A0 | 5B | 0 | F | 1A | AA | 54 | 28 |
| Octal | 20 | 274 | 240 | 133 | 0 | 17 | 32 | 252 | 124 | 50 |
| Binary | 10000 | 10111100 | 10100000 | 1011011 | 0 | 1111 | 11010 | 10101010 | 1010100 | 101000 |
Color Harmonies of #10BCA0
Complementary color
Monochromatic Colors of #10BCA0
Black with #10BCA0
Text Example
Text Example
White with #10BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCA0; }
p { color: rgb(16,188,160); }
H1.HeaderClassName
{
color: #10BCA0;
}
.AnyTagClassName
{
color: #10BCA0;
}
</style>
background-color css
<style>
a { background-color: #10BCA0; }
a { background-color: rgb(16,188,160); }
div.DivClassName
{
background-color: #10BCA0;
}
.BgClassName
{
background-color: #10BCA0;
}
</style>
border-color css
<style>
span { border-color: #10BCA0; }
span { border-color: rgb(16,188,160); }
td.TdClassName
{
border-color: #10BCA0;
}
.TagClassName
{
border-color: #10BCA0;
}
</style>