Shades of Light Sea Green #0DBDB1
Tints of Light Sea Green #0DBDB1
RGB
CMYK
RGB Variations
Color information
#0DBDB1 (or 0x0DBDB1) is known color: Light Sea Green. HEX triplet: 0D, BD and B1. RGB value is (13,189,177). Sum of RGB (Red+Green+Blue) = 13+189+177=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDB1 is #F2424E. Grayscale: #868686. Windows color (decimal): -15876687 or 11648269. OLE color: 11648269.
HSL color Cylindrical-coordinate representation of color #0DBDB1: hue angle of 175.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDB1 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 177 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.26 |
| HSL | 175.91º | 0.87% | 0.4% | - |
| HSV(B) | 175.91º | 0.93% | 0.74% | - |
| XYZ | 26.3 | 39.66 | 47.86 | - |
| YUV | 135.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 177 | 0.93 | 0 | 0.06 | 0.26 | 175.91 | 0.87 | 0.4 |
| Hex | D | BD | B1 | 5D | 0 | 6 | 1A | B0 | 57 | 28 |
| Octal | 15 | 275 | 261 | 135 | 0 | 6 | 32 | 260 | 127 | 50 |
| Binary | 1101 | 10111101 | 10110001 | 1011101 | 0 | 110 | 11010 | 10110000 | 1010111 | 101000 |
Color Harmonies of #0DBDB1
Complementary color
Monochromatic Colors of #0DBDB1
Black with #0DBDB1
Text Example
Text Example
White with #0DBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDB1; }
p { color: rgb(13,189,177); }
H1.HeaderClassName
{
color: #0DBDB1;
}
.AnyTagClassName
{
color: #0DBDB1;
}
</style>
background-color css
<style>
a { background-color: #0DBDB1; }
a { background-color: rgb(13,189,177); }
div.DivClassName
{
background-color: #0DBDB1;
}
.BgClassName
{
background-color: #0DBDB1;
}
</style>
border-color css
<style>
span { border-color: #0DBDB1; }
span { border-color: rgb(13,189,177); }
td.TdClassName
{
border-color: #0DBDB1;
}
.TagClassName
{
border-color: #0DBDB1;
}
</style>