Shades of Light Sea Green #0DBAB0
Tints of Light Sea Green #0DBAB0
RGB
CMYK
RGB Variations
Color information
#0DBAB0 (or 0x0DBAB0) is known color: Light Sea Green. HEX triplet: 0D, BA and B0. RGB value is (13,186,176). Sum of RGB (Red+Green+Blue) = 13+186+176=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAB0 is #F2454F. Grayscale: #858585. Windows color (decimal): -15877456 or 11581965. OLE color: 11581965.
HSL color Cylindrical-coordinate representation of color #0DBAB0: hue angle of 176.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAB0 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 176 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.27 |
| HSL | 176.53º | 0.87% | 0.39% | - |
| HSV(B) | 176.53º | 0.93% | 0.73% | - |
| XYZ | 25.56 | 38.34 | 47.13 | - |
| YUV | 133.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 176 | 0.93 | 0 | 0.05 | 0.27 | 176.53 | 0.87 | 0.39 |
| Hex | D | BA | B0 | 5D | 0 | 5 | 1B | B1 | 57 | 27 |
| Octal | 15 | 272 | 260 | 135 | 0 | 5 | 33 | 261 | 127 | 47 |
| Binary | 1101 | 10111010 | 10110000 | 1011101 | 0 | 101 | 11011 | 10110001 | 1010111 | 100111 |
Color Harmonies of #0DBAB0
Complementary color
Monochromatic Colors of #0DBAB0
Black with #0DBAB0
Text Example
Text Example
White with #0DBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAB0; }
p { color: rgb(13,186,176); }
H1.HeaderClassName
{
color: #0DBAB0;
}
.AnyTagClassName
{
color: #0DBAB0;
}
</style>
background-color css
<style>
a { background-color: #0DBAB0; }
a { background-color: rgb(13,186,176); }
div.DivClassName
{
background-color: #0DBAB0;
}
.BgClassName
{
background-color: #0DBAB0;
}
</style>
border-color css
<style>
span { border-color: #0DBAB0; }
span { border-color: rgb(13,186,176); }
td.TdClassName
{
border-color: #0DBAB0;
}
.TagClassName
{
border-color: #0DBAB0;
}
</style>