Shades of Light Sea Green #0DB5AD
Tints of Light Sea Green #0DB5AD
RGB
CMYK
RGB Variations
Color information
#0DB5AD (or 0x0DB5AD) is known color: Light Sea Green. HEX triplet: 0D, B5 and AD. RGB value is (13,181,173). Sum of RGB (Red+Green+Blue) = 13+181+173=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5AD is #F24A52. Grayscale: #818181. Windows color (decimal): -15878739 or 11384077. OLE color: 11384077.
HSL color Cylindrical-coordinate representation of color #0DB5AD: hue angle of 177.14º 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 #0DB5AD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 173 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.29 |
| HSL | 177.14º | 0.87% | 0.38% | - |
| HSV(B) | 177.14º | 0.93% | 0.71% | - |
| XYZ | 24.23 | 36.15 | 45.24 | - |
| YUV | 129.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 173 | 0.93 | 0 | 0.04 | 0.29 | 177.14 | 0.87 | 0.38 |
| Hex | D | B5 | AD | 5D | 0 | 4 | 1D | B1 | 57 | 26 |
| Octal | 15 | 265 | 255 | 135 | 0 | 4 | 35 | 261 | 127 | 46 |
| Binary | 1101 | 10110101 | 10101101 | 1011101 | 0 | 100 | 11101 | 10110001 | 1010111 | 100110 |
Color Harmonies of #0DB5AD
Complementary color
Monochromatic Colors of #0DB5AD
Black with #0DB5AD
Text Example
Text Example
White with #0DB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5AD; }
p { color: rgb(13,181,173); }
H1.HeaderClassName
{
color: #0DB5AD;
}
.AnyTagClassName
{
color: #0DB5AD;
}
</style>
background-color css
<style>
a { background-color: #0DB5AD; }
a { background-color: rgb(13,181,173); }
div.DivClassName
{
background-color: #0DB5AD;
}
.BgClassName
{
background-color: #0DB5AD;
}
</style>
border-color css
<style>
span { border-color: #0DB5AD; }
span { border-color: rgb(13,181,173); }
td.TdClassName
{
border-color: #0DB5AD;
}
.TagClassName
{
border-color: #0DB5AD;
}
</style>