Shades of Light Sea Green #0DBEA7
Tints of Light Sea Green #0DBEA7
RGB
CMYK
RGB Variations
Color information
#0DBEA7 (or 0x0DBEA7) is known color: Light Sea Green. HEX triplet: 0D, BE and A7. RGB value is (13,190,167). Sum of RGB (Red+Green+Blue) = 13+190+167=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEA7 is #F24158. Grayscale: #868686. Windows color (decimal): -15876441 or 10993165. OLE color: 10993165.
HSL color Cylindrical-coordinate representation of color #0DBEA7: hue angle of 172.2º 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 #0DBEA7 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 167 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.25 |
| HSL | 172.2º | 0.87% | 0.4% | - |
| HSV(B) | 172.2º | 0.93% | 0.75% | - |
| XYZ | 25.55 | 39.7 | 42.88 | - |
| YUV | 134.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 167 | 0.93 | 0 | 0.12 | 0.25 | 172.2 | 0.87 | 0.4 |
| Hex | D | BE | A7 | 5D | 0 | C | 19 | AC | 57 | 28 |
| Octal | 15 | 276 | 247 | 135 | 0 | 14 | 31 | 254 | 127 | 50 |
| Binary | 1101 | 10111110 | 10100111 | 1011101 | 0 | 1100 | 11001 | 10101100 | 1010111 | 101000 |
Color Harmonies of #0DBEA7
Complementary color
Monochromatic Colors of #0DBEA7
Black with #0DBEA7
Text Example
Text Example
White with #0DBEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEA7; }
p { color: rgb(13,190,167); }
H1.HeaderClassName
{
color: #0DBEA7;
}
.AnyTagClassName
{
color: #0DBEA7;
}
</style>
background-color css
<style>
a { background-color: #0DBEA7; }
a { background-color: rgb(13,190,167); }
div.DivClassName
{
background-color: #0DBEA7;
}
.BgClassName
{
background-color: #0DBEA7;
}
</style>
border-color css
<style>
span { border-color: #0DBEA7; }
span { border-color: rgb(13,190,167); }
td.TdClassName
{
border-color: #0DBEA7;
}
.TagClassName
{
border-color: #0DBEA7;
}
</style>