Shades of Light Sea Green #0DB5B1
Tints of Light Sea Green #0DB5B1
RGB
CMYK
RGB Variations
Color information
#0DB5B1 (or 0x0DB5B1) is known color: Light Sea Green. HEX triplet: 0D, B5 and B1. RGB value is (13,181,177). Sum of RGB (Red+Green+Blue) = 13+181+177=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5B1 is #F24A4E. Grayscale: #828282. Windows color (decimal): -15878735 or 11646221. OLE color: 11646221.
HSL color Cylindrical-coordinate representation of color #0DB5B1: hue angle of 178.57º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB5B1 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 177 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.29 |
| HSL | 178.57º | 0.87% | 0.38% | - |
| HSV(B) | 178.57º | 0.93% | 0.71% | - |
| XYZ | 24.63 | 36.31 | 47.31 | - |
| YUV | 130.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 177 | 0.93 | 0 | 0.02 | 0.29 | 178.57 | 0.87 | 0.38 |
| Hex | D | B5 | B1 | 5D | 0 | 2 | 1D | B3 | 57 | 26 |
| Octal | 15 | 265 | 261 | 135 | 0 | 2 | 35 | 263 | 127 | 46 |
| Binary | 1101 | 10110101 | 10110001 | 1011101 | 0 | 10 | 11101 | 10110011 | 1010111 | 100110 |
Color Harmonies of #0DB5B1
Complementary color
Monochromatic Colors of #0DB5B1
Black with #0DB5B1
Text Example
Text Example
White with #0DB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5B1; }
p { color: rgb(13,181,177); }
H1.HeaderClassName
{
color: #0DB5B1;
}
.AnyTagClassName
{
color: #0DB5B1;
}
</style>
background-color css
<style>
a { background-color: #0DB5B1; }
a { background-color: rgb(13,181,177); }
div.DivClassName
{
background-color: #0DB5B1;
}
.BgClassName
{
background-color: #0DB5B1;
}
</style>
border-color css
<style>
span { border-color: #0DB5B1; }
span { border-color: rgb(13,181,177); }
td.TdClassName
{
border-color: #0DB5B1;
}
.TagClassName
{
border-color: #0DB5B1;
}
</style>