Shades of Light Sea Green #10BDB5
Tints of Light Sea Green #10BDB5
RGB
CMYK
RGB Variations
Color information
#10BDB5 (or 0x10BDB5) is known color: Light Sea Green. HEX triplet: 10, BD and B5. RGB value is (16,189,181). Sum of RGB (Red+Green+Blue) = 16+189+181=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDB5 is #EF424A. Grayscale: #888888. Windows color (decimal): -15680075 or 11910416. OLE color: 11910416.
HSL color Cylindrical-coordinate representation of color #10BDB5: hue angle of 177.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDB5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 181 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.26 |
| HSL | 177.23º | 0.84% | 0.4% | - |
| HSV(B) | 177.23º | 0.92% | 0.74% | - |
| XYZ | 26.75 | 39.84 | 50 | - |
| YUV | 136.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 181 | 0.92 | 0 | 0.04 | 0.26 | 177.23 | 0.84 | 0.4 |
| Hex | 10 | BD | B5 | 5C | 0 | 4 | 1A | B1 | 54 | 28 |
| Octal | 20 | 275 | 265 | 134 | 0 | 4 | 32 | 261 | 124 | 50 |
| Binary | 10000 | 10111101 | 10110101 | 1011100 | 0 | 100 | 11010 | 10110001 | 1010100 | 101000 |
Color Harmonies of #10BDB5
Complementary color
Monochromatic Colors of #10BDB5
Black with #10BDB5
Text Example
Text Example
White with #10BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDB5; }
p { color: rgb(16,189,181); }
H1.HeaderClassName
{
color: #10BDB5;
}
.AnyTagClassName
{
color: #10BDB5;
}
</style>
background-color css
<style>
a { background-color: #10BDB5; }
a { background-color: rgb(16,189,181); }
div.DivClassName
{
background-color: #10BDB5;
}
.BgClassName
{
background-color: #10BDB5;
}
</style>
border-color css
<style>
span { border-color: #10BDB5; }
span { border-color: rgb(16,189,181); }
td.TdClassName
{
border-color: #10BDB5;
}
.TagClassName
{
border-color: #10BDB5;
}
</style>