Shades of Light Sea Green #0DBEA5
Tints of Light Sea Green #0DBEA5
RGB
CMYK
RGB Variations
Color information
#0DBEA5 (or 0x0DBEA5) is known color: Light Sea Green. HEX triplet: 0D, BE and A5. RGB value is (13,190,165). Sum of RGB (Red+Green+Blue) = 13+190+165=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEA5 is #F2415A. Grayscale: #868686. Windows color (decimal): -15876443 or 10862093. OLE color: 10862093.
HSL color Cylindrical-coordinate representation of color #0DBEA5: hue angle of 171.53º 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 #0DBEA5 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 165 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.25 |
| HSL | 171.53º | 0.87% | 0.4% | - |
| HSV(B) | 171.53º | 0.93% | 0.75% | - |
| XYZ | 25.37 | 39.63 | 41.91 | - |
| YUV | 134.23 | 145.36 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 165 | 0.93 | 0 | 0.13 | 0.25 | 171.53 | 0.87 | 0.4 |
| Hex | D | BE | A5 | 5D | 0 | D | 19 | AC | 57 | 28 |
| Octal | 15 | 276 | 245 | 135 | 0 | 15 | 31 | 254 | 127 | 50 |
| Binary | 1101 | 10111110 | 10100101 | 1011101 | 0 | 1101 | 11001 | 10101100 | 1010111 | 101000 |
Color Harmonies of #0DBEA5
Complementary color
Monochromatic Colors of #0DBEA5
Black with #0DBEA5
Text Example
Text Example
White with #0DBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEA5; }
p { color: rgb(13,190,165); }
H1.HeaderClassName
{
color: #0DBEA5;
}
.AnyTagClassName
{
color: #0DBEA5;
}
</style>
background-color css
<style>
a { background-color: #0DBEA5; }
a { background-color: rgb(13,190,165); }
div.DivClassName
{
background-color: #0DBEA5;
}
.BgClassName
{
background-color: #0DBEA5;
}
</style>
border-color css
<style>
span { border-color: #0DBEA5; }
span { border-color: rgb(13,190,165); }
td.TdClassName
{
border-color: #0DBEA5;
}
.TagClassName
{
border-color: #0DBEA5;
}
</style>