Shades of Light Sea Green #0DB5A0
Tints of Light Sea Green #0DB5A0
RGB
CMYK
RGB Variations
Color information
#0DB5A0 (or 0x0DB5A0) is known color: Light Sea Green. HEX triplet: 0D, B5 and A0. RGB value is (13,181,160). Sum of RGB (Red+Green+Blue) = 13+181+160=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5A0 is #F24A5F. Grayscale: #808080. Windows color (decimal): -15878752 or 10532109. OLE color: 10532109.
HSL color Cylindrical-coordinate representation of color #0DB5A0: hue angle of 172.5º 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 #0DB5A0 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 160 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.29 |
| HSL | 172.5º | 0.87% | 0.38% | - |
| HSV(B) | 172.5º | 0.93% | 0.71% | - |
| XYZ | 23.04 | 35.67 | 38.93 | - |
| YUV | 128.37 | 145.84 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 160 | 0.93 | 0 | 0.12 | 0.29 | 172.5 | 0.87 | 0.38 |
| Hex | D | B5 | A0 | 5D | 0 | C | 1D | AC | 57 | 26 |
| Octal | 15 | 265 | 240 | 135 | 0 | 14 | 35 | 254 | 127 | 46 |
| Binary | 1101 | 10110101 | 10100000 | 1011101 | 0 | 1100 | 11101 | 10101100 | 1010111 | 100110 |
Color Harmonies of #0DB5A0
Complementary color
Monochromatic Colors of #0DB5A0
Black with #0DB5A0
Text Example
Text Example
White with #0DB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5A0; }
p { color: rgb(13,181,160); }
H1.HeaderClassName
{
color: #0DB5A0;
}
.AnyTagClassName
{
color: #0DB5A0;
}
</style>
background-color css
<style>
a { background-color: #0DB5A0; }
a { background-color: rgb(13,181,160); }
div.DivClassName
{
background-color: #0DB5A0;
}
.BgClassName
{
background-color: #0DB5A0;
}
</style>
border-color css
<style>
span { border-color: #0DB5A0; }
span { border-color: rgb(13,181,160); }
td.TdClassName
{
border-color: #0DB5A0;
}
.TagClassName
{
border-color: #0DB5A0;
}
</style>