Shades of Light Sea Green #0DBAA3
Tints of Light Sea Green #0DBAA3
RGB
CMYK
RGB Variations
Color information
#0DBAA3 (or 0x0DBAA3) is known color: Light Sea Green. HEX triplet: 0D, BA and A3. RGB value is (13,186,163). Sum of RGB (Red+Green+Blue) = 13+186+163=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAA3 is #F2455C. Grayscale: #838383. Windows color (decimal): -15877469 or 10729997. OLE color: 10729997.
HSL color Cylindrical-coordinate representation of color #0DBAA3: hue angle of 172.02º 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 #0DBAA3 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 163 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.27 |
| HSL | 172.02º | 0.87% | 0.39% | - |
| HSV(B) | 172.02º | 0.93% | 0.73% | - |
| XYZ | 24.34 | 37.85 | 40.67 | - |
| YUV | 131.65 | 145.69 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 163 | 0.93 | 0 | 0.12 | 0.27 | 172.02 | 0.87 | 0.39 |
| Hex | D | BA | A3 | 5D | 0 | C | 1B | AC | 57 | 27 |
| Octal | 15 | 272 | 243 | 135 | 0 | 14 | 33 | 254 | 127 | 47 |
| Binary | 1101 | 10111010 | 10100011 | 1011101 | 0 | 1100 | 11011 | 10101100 | 1010111 | 100111 |
Color Harmonies of #0DBAA3
Complementary color
Monochromatic Colors of #0DBAA3
Black with #0DBAA3
Text Example
Text Example
White with #0DBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAA3; }
p { color: rgb(13,186,163); }
H1.HeaderClassName
{
color: #0DBAA3;
}
.AnyTagClassName
{
color: #0DBAA3;
}
</style>
background-color css
<style>
a { background-color: #0DBAA3; }
a { background-color: rgb(13,186,163); }
div.DivClassName
{
background-color: #0DBAA3;
}
.BgClassName
{
background-color: #0DBAA3;
}
</style>
border-color css
<style>
span { border-color: #0DBAA3; }
span { border-color: rgb(13,186,163); }
td.TdClassName
{
border-color: #0DBAA3;
}
.TagClassName
{
border-color: #0DBAA3;
}
</style>