Shades of Light Sea Green #0DBEAC
Tints of Light Sea Green #0DBEAC
RGB
CMYK
RGB Variations
Color information
#0DBEAC (or 0x0DBEAC) is known color: Light Sea Green. HEX triplet: 0D, BE and AC. RGB value is (13,190,172). Sum of RGB (Red+Green+Blue) = 13+190+172=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEAC is #F24153. Grayscale: #868686. Windows color (decimal): -15876436 or 11320845. OLE color: 11320845.
HSL color Cylindrical-coordinate representation of color #0DBEAC: hue angle of 173.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEAC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 172 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.25 |
| HSL | 173.9º | 0.87% | 0.4% | - |
| HSV(B) | 173.9º | 0.93% | 0.75% | - |
| XYZ | 26.03 | 39.89 | 45.36 | - |
| YUV | 135.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 172 | 0.93 | 0 | 0.09 | 0.25 | 173.9 | 0.87 | 0.4 |
| Hex | D | BE | AC | 5D | 0 | 9 | 19 | AE | 57 | 28 |
| Octal | 15 | 276 | 254 | 135 | 0 | 11 | 31 | 256 | 127 | 50 |
| Binary | 1101 | 10111110 | 10101100 | 1011101 | 0 | 1001 | 11001 | 10101110 | 1010111 | 101000 |
Color Harmonies of #0DBEAC
Complementary color
Monochromatic Colors of #0DBEAC
Black with #0DBEAC
Text Example
Text Example
White with #0DBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEAC; }
p { color: rgb(13,190,172); }
H1.HeaderClassName
{
color: #0DBEAC;
}
.AnyTagClassName
{
color: #0DBEAC;
}
</style>
background-color css
<style>
a { background-color: #0DBEAC; }
a { background-color: rgb(13,190,172); }
div.DivClassName
{
background-color: #0DBEAC;
}
.BgClassName
{
background-color: #0DBEAC;
}
</style>
border-color css
<style>
span { border-color: #0DBEAC; }
span { border-color: rgb(13,190,172); }
td.TdClassName
{
border-color: #0DBEAC;
}
.TagClassName
{
border-color: #0DBEAC;
}
</style>