Shades of Light Sea Green #0DBEAB
Tints of Light Sea Green #0DBEAB
RGB
CMYK
RGB Variations
Color information
#0DBEAB (or 0x0DBEAB) is known color: Light Sea Green. HEX triplet: 0D, BE and AB. RGB value is (13,190,171). Sum of RGB (Red+Green+Blue) = 13+190+171=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEAB is #F24154. Grayscale: #868686. Windows color (decimal): -15876437 or 11255309. OLE color: 11255309.
HSL color Cylindrical-coordinate representation of color #0DBEAB: hue angle of 173.56º 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 #0DBEAB is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 171 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.25 |
| HSL | 173.56º | 0.87% | 0.4% | - |
| HSV(B) | 173.56º | 0.93% | 0.75% | - |
| XYZ | 25.93 | 39.85 | 44.85 | - |
| YUV | 134.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 171 | 0.93 | 0 | 0.10 | 0.25 | 173.56 | 0.87 | 0.4 |
| Hex | D | BE | AB | 5D | 0 | A | 19 | AE | 57 | 28 |
| Octal | 15 | 276 | 253 | 135 | 0 | 12 | 31 | 256 | 127 | 50 |
| Binary | 1101 | 10111110 | 10101011 | 1011101 | 0 | 1010 | 11001 | 10101110 | 1010111 | 101000 |
Color Harmonies of #0DBEAB
Complementary color
Monochromatic Colors of #0DBEAB
Black with #0DBEAB
Text Example
Text Example
White with #0DBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEAB; }
p { color: rgb(13,190,171); }
H1.HeaderClassName
{
color: #0DBEAB;
}
.AnyTagClassName
{
color: #0DBEAB;
}
</style>
background-color css
<style>
a { background-color: #0DBEAB; }
a { background-color: rgb(13,190,171); }
div.DivClassName
{
background-color: #0DBEAB;
}
.BgClassName
{
background-color: #0DBEAB;
}
</style>
border-color css
<style>
span { border-color: #0DBEAB; }
span { border-color: rgb(13,190,171); }
td.TdClassName
{
border-color: #0DBEAB;
}
.TagClassName
{
border-color: #0DBEAB;
}
</style>