Shades of Light Sea Green #0DBDA4
Tints of Light Sea Green #0DBDA4
RGB
CMYK
RGB Variations
Color information
#0DBDA4 (or 0x0DBDA4) is known color: Light Sea Green. HEX triplet: 0D, BD and A4. RGB value is (13,189,164). Sum of RGB (Red+Green+Blue) = 13+189+164=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDA4 is #F2425B. Grayscale: #858585. Windows color (decimal): -15876700 or 10796301. OLE color: 10796301.
HSL color Cylindrical-coordinate representation of color #0DBDA4: hue angle of 171.48º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDA4 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 164 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.26 |
| HSL | 171.48º | 0.87% | 0.4% | - |
| HSV(B) | 171.48º | 0.93% | 0.74% | - |
| XYZ | 25.06 | 39.16 | 41.36 | - |
| YUV | 133.53 | 145.19 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 164 | 0.93 | 0 | 0.13 | 0.26 | 171.48 | 0.87 | 0.4 |
| Hex | D | BD | A4 | 5D | 0 | D | 1A | AB | 57 | 28 |
| Octal | 15 | 275 | 244 | 135 | 0 | 15 | 32 | 253 | 127 | 50 |
| Binary | 1101 | 10111101 | 10100100 | 1011101 | 0 | 1101 | 11010 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBDA4
Complementary color
Monochromatic Colors of #0DBDA4
Black with #0DBDA4
Text Example
Text Example
White with #0DBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDA4; }
p { color: rgb(13,189,164); }
H1.HeaderClassName
{
color: #0DBDA4;
}
.AnyTagClassName
{
color: #0DBDA4;
}
</style>
background-color css
<style>
a { background-color: #0DBDA4; }
a { background-color: rgb(13,189,164); }
div.DivClassName
{
background-color: #0DBDA4;
}
.BgClassName
{
background-color: #0DBDA4;
}
</style>
border-color css
<style>
span { border-color: #0DBDA4; }
span { border-color: rgb(13,189,164); }
td.TdClassName
{
border-color: #0DBDA4;
}
.TagClassName
{
border-color: #0DBDA4;
}
</style>