Shades of Light Sea Green #0DBEA8
Tints of Light Sea Green #0DBEA8
RGB
CMYK
RGB Variations
Color information
#0DBEA8 (or 0x0DBEA8) is known color: Light Sea Green. HEX triplet: 0D, BE and A8. RGB value is (13,190,168). Sum of RGB (Red+Green+Blue) = 13+190+168=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEA8 is #F24157. Grayscale: #868686. Windows color (decimal): -15876440 or 11058701. OLE color: 11058701.
HSL color Cylindrical-coordinate representation of color #0DBEA8: hue angle of 172.54º 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 #0DBEA8 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 168 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.25 |
| HSL | 172.54º | 0.87% | 0.4% | - |
| HSV(B) | 172.54º | 0.93% | 0.75% | - |
| XYZ | 25.65 | 39.74 | 43.36 | - |
| YUV | 134.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 168 | 0.93 | 0 | 0.12 | 0.25 | 172.54 | 0.87 | 0.4 |
| Hex | D | BE | A8 | 5D | 0 | C | 19 | AD | 57 | 28 |
| Octal | 15 | 276 | 250 | 135 | 0 | 14 | 31 | 255 | 127 | 50 |
| Binary | 1101 | 10111110 | 10101000 | 1011101 | 0 | 1100 | 11001 | 10101101 | 1010111 | 101000 |
Color Harmonies of #0DBEA8
Complementary color
Monochromatic Colors of #0DBEA8
Black with #0DBEA8
Text Example
Text Example
White with #0DBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEA8; }
p { color: rgb(13,190,168); }
H1.HeaderClassName
{
color: #0DBEA8;
}
.AnyTagClassName
{
color: #0DBEA8;
}
</style>
background-color css
<style>
a { background-color: #0DBEA8; }
a { background-color: rgb(13,190,168); }
div.DivClassName
{
background-color: #0DBEA8;
}
.BgClassName
{
background-color: #0DBEA8;
}
</style>
border-color css
<style>
span { border-color: #0DBEA8; }
span { border-color: rgb(13,190,168); }
td.TdClassName
{
border-color: #0DBEA8;
}
.TagClassName
{
border-color: #0DBEA8;
}
</style>