Shades of Light Sea Green #10BDB8
Tints of Light Sea Green #10BDB8
RGB
CMYK
RGB Variations
Color information
#10BDB8 (or 0x10BDB8) is known color: Light Sea Green. HEX triplet: 10, BD and B8. RGB value is (16,189,184). Sum of RGB (Red+Green+Blue) = 16+189+184=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDB8 is #EF4247. Grayscale: #888888. Windows color (decimal): -15680072 or 12107024. OLE color: 12107024.
HSL color Cylindrical-coordinate representation of color #10BDB8: hue angle of 178.27º 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 #10BDB8 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 184 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.26 |
| HSL | 178.27º | 0.84% | 0.4% | - |
| HSV(B) | 178.27º | 0.92% | 0.74% | - |
| XYZ | 27.06 | 39.97 | 51.64 | - |
| YUV | 136.7 | 154.69 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 184 | 0.92 | 0 | 0.03 | 0.26 | 178.27 | 0.84 | 0.4 |
| Hex | 10 | BD | B8 | 5C | 0 | 3 | 1A | B2 | 54 | 28 |
| Octal | 20 | 275 | 270 | 134 | 0 | 3 | 32 | 262 | 124 | 50 |
| Binary | 10000 | 10111101 | 10111000 | 1011100 | 0 | 11 | 11010 | 10110010 | 1010100 | 101000 |
Color Harmonies of #10BDB8
Complementary color
Monochromatic Colors of #10BDB8
Black with #10BDB8
Text Example
Text Example
White with #10BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDB8; }
p { color: rgb(16,189,184); }
H1.HeaderClassName
{
color: #10BDB8;
}
.AnyTagClassName
{
color: #10BDB8;
}
</style>
background-color css
<style>
a { background-color: #10BDB8; }
a { background-color: rgb(16,189,184); }
div.DivClassName
{
background-color: #10BDB8;
}
.BgClassName
{
background-color: #10BDB8;
}
</style>
border-color css
<style>
span { border-color: #10BDB8; }
span { border-color: rgb(16,189,184); }
td.TdClassName
{
border-color: #10BDB8;
}
.TagClassName
{
border-color: #10BDB8;
}
</style>