Shades of Light Sea Green #0DBEAF
Tints of Light Sea Green #0DBEAF
RGB
CMYK
RGB Variations
Color information
#0DBEAF (or 0x0DBEAF) is known color: Light Sea Green. HEX triplet: 0D, BE and AF. RGB value is (13,190,175). Sum of RGB (Red+Green+Blue) = 13+190+175=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEAF is #F24150. Grayscale: #878787. Windows color (decimal): -15876433 or 11517453. OLE color: 11517453.
HSL color Cylindrical-coordinate representation of color #0DBEAF: hue angle of 174.92º 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 #0DBEAF is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 175 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.25 |
| HSL | 174.92º | 0.87% | 0.4% | - |
| HSV(B) | 174.92º | 0.93% | 0.75% | - |
| XYZ | 26.32 | 40.01 | 46.89 | - |
| YUV | 135.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 175 | 0.93 | 0 | 0.08 | 0.25 | 174.92 | 0.87 | 0.4 |
| Hex | D | BE | AF | 5D | 0 | 8 | 19 | AF | 57 | 28 |
| Octal | 15 | 276 | 257 | 135 | 0 | 10 | 31 | 257 | 127 | 50 |
| Binary | 1101 | 10111110 | 10101111 | 1011101 | 0 | 1000 | 11001 | 10101111 | 1010111 | 101000 |
Color Harmonies of #0DBEAF
Complementary color
Monochromatic Colors of #0DBEAF
Black with #0DBEAF
Text Example
Text Example
White with #0DBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEAF; }
p { color: rgb(13,190,175); }
H1.HeaderClassName
{
color: #0DBEAF;
}
.AnyTagClassName
{
color: #0DBEAF;
}
</style>
background-color css
<style>
a { background-color: #0DBEAF; }
a { background-color: rgb(13,190,175); }
div.DivClassName
{
background-color: #0DBEAF;
}
.BgClassName
{
background-color: #0DBEAF;
}
</style>
border-color css
<style>
span { border-color: #0DBEAF; }
span { border-color: rgb(13,190,175); }
td.TdClassName
{
border-color: #0DBEAF;
}
.TagClassName
{
border-color: #0DBEAF;
}
</style>