Shades of Light Sea Green #10BCB5
Tints of Light Sea Green #10BCB5
RGB
CMYK
RGB Variations
Color information
#10BCB5 (or 0x10BCB5) is known color: Light Sea Green. HEX triplet: 10, BC and B5. RGB value is (16,188,181). Sum of RGB (Red+Green+Blue) = 16+188+181=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCB5 is #EF434A. Grayscale: #878787. Windows color (decimal): -15680331 or 11910160. OLE color: 11910160.
HSL color Cylindrical-coordinate representation of color #10BCB5: hue angle of 177.56º 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 #10BCB5 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 181 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.26 |
| HSL | 177.56º | 0.84% | 0.4% | - |
| HSV(B) | 177.56º | 0.91% | 0.74% | - |
| XYZ | 26.54 | 39.41 | 49.92 | - |
| YUV | 135.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 181 | 0.91 | 0 | 0.04 | 0.26 | 177.56 | 0.84 | 0.4 |
| Hex | 10 | BC | B5 | 5B | 0 | 4 | 1A | B2 | 54 | 28 |
| Octal | 20 | 274 | 265 | 133 | 0 | 4 | 32 | 262 | 124 | 50 |
| Binary | 10000 | 10111100 | 10110101 | 1011011 | 0 | 100 | 11010 | 10110010 | 1010100 | 101000 |
Color Harmonies of #10BCB5
Complementary color
Monochromatic Colors of #10BCB5
Black with #10BCB5
Text Example
Text Example
White with #10BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCB5; }
p { color: rgb(16,188,181); }
H1.HeaderClassName
{
color: #10BCB5;
}
.AnyTagClassName
{
color: #10BCB5;
}
</style>
background-color css
<style>
a { background-color: #10BCB5; }
a { background-color: rgb(16,188,181); }
div.DivClassName
{
background-color: #10BCB5;
}
.BgClassName
{
background-color: #10BCB5;
}
</style>
border-color css
<style>
span { border-color: #10BCB5; }
span { border-color: rgb(16,188,181); }
td.TdClassName
{
border-color: #10BCB5;
}
.TagClassName
{
border-color: #10BCB5;
}
</style>