Shades of Light Sea Green #0DB3A1
Tints of Light Sea Green #0DB3A1
RGB
CMYK
RGB Variations
Color information
#0DB3A1 (or 0x0DB3A1) is known color: Light Sea Green. HEX triplet: 0D, B3 and A1. RGB value is (13,179,161). Sum of RGB (Red+Green+Blue) = 13+179+161=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB3A1 is #F24C5E. Grayscale: #7F7F7F. Windows color (decimal): -15879263 or 10597133. OLE color: 10597133.
HSL color Cylindrical-coordinate representation of color #0DB3A1: hue angle of 173.49º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB3A1 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 161 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.30 |
| HSL | 173.49º | 0.86% | 0.38% | - |
| HSV(B) | 173.49º | 0.93% | 0.7% | - |
| XYZ | 22.72 | 34.9 | 39.26 | - |
| YUV | 127.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 161 | 0.93 | 0 | 0.10 | 0.30 | 173.49 | 0.86 | 0.38 |
| Hex | D | B3 | A1 | 5D | 0 | A | 1E | AD | 56 | 26 |
| Octal | 15 | 263 | 241 | 135 | 0 | 12 | 36 | 255 | 126 | 46 |
| Binary | 1101 | 10110011 | 10100001 | 1011101 | 0 | 1010 | 11110 | 10101101 | 1010110 | 100110 |
Color Harmonies of #0DB3A1
Complementary color
Monochromatic Colors of #0DB3A1
Black with #0DB3A1
Text Example
Text Example
White with #0DB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3A1; }
p { color: rgb(13,179,161); }
H1.HeaderClassName
{
color: #0DB3A1;
}
.AnyTagClassName
{
color: #0DB3A1;
}
</style>
background-color css
<style>
a { background-color: #0DB3A1; }
a { background-color: rgb(13,179,161); }
div.DivClassName
{
background-color: #0DB3A1;
}
.BgClassName
{
background-color: #0DB3A1;
}
</style>
border-color css
<style>
span { border-color: #0DB3A1; }
span { border-color: rgb(13,179,161); }
td.TdClassName
{
border-color: #0DB3A1;
}
.TagClassName
{
border-color: #0DB3A1;
}
</style>