Shades of Light Sea Green #0DBAAC
Tints of Light Sea Green #0DBAAC
RGB
CMYK
RGB Variations
Color information
#0DBAAC (or 0x0DBAAC) is known color: Light Sea Green. HEX triplet: 0D, BA and AC. RGB value is (13,186,172). Sum of RGB (Red+Green+Blue) = 13+186+172=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAAC is #F24553. Grayscale: #848484. Windows color (decimal): -15877460 or 11319821. OLE color: 11319821.
HSL color Cylindrical-coordinate representation of color #0DBAAC: hue angle of 175.14º 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 #0DBAAC is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 172 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.27 |
| HSL | 175.14º | 0.87% | 0.39% | - |
| HSV(B) | 175.14º | 0.93% | 0.73% | - |
| XYZ | 25.17 | 38.18 | 45.07 | - |
| YUV | 132.68 | 150.19 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 172 | 0.93 | 0 | 0.08 | 0.27 | 175.14 | 0.87 | 0.39 |
| Hex | D | BA | AC | 5D | 0 | 8 | 1B | AF | 57 | 27 |
| Octal | 15 | 272 | 254 | 135 | 0 | 10 | 33 | 257 | 127 | 47 |
| Binary | 1101 | 10111010 | 10101100 | 1011101 | 0 | 1000 | 11011 | 10101111 | 1010111 | 100111 |
Color Harmonies of #0DBAAC
Complementary color
Monochromatic Colors of #0DBAAC
Black with #0DBAAC
Text Example
Text Example
White with #0DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAAC; }
p { color: rgb(13,186,172); }
H1.HeaderClassName
{
color: #0DBAAC;
}
.AnyTagClassName
{
color: #0DBAAC;
}
</style>
background-color css
<style>
a { background-color: #0DBAAC; }
a { background-color: rgb(13,186,172); }
div.DivClassName
{
background-color: #0DBAAC;
}
.BgClassName
{
background-color: #0DBAAC;
}
</style>
border-color css
<style>
span { border-color: #0DBAAC; }
span { border-color: rgb(13,186,172); }
td.TdClassName
{
border-color: #0DBAAC;
}
.TagClassName
{
border-color: #0DBAAC;
}
</style>