Shades of Light Sea Green #0DBDAD
Tints of Light Sea Green #0DBDAD
RGB
CMYK
RGB Variations
Color information
#0DBDAD (or 0x0DBDAD) is known color: Light Sea Green. HEX triplet: 0D, BD and AD. RGB value is (13,189,173). Sum of RGB (Red+Green+Blue) = 13+189+173=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDAD is #F24252. Grayscale: #868686. Windows color (decimal): -15876691 or 11386125. OLE color: 11386125.
HSL color Cylindrical-coordinate representation of color #0DBDAD: hue angle of 174.55º 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 #0DBDAD is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 173 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.26 |
| HSL | 174.55º | 0.87% | 0.4% | - |
| HSV(B) | 174.55º | 0.93% | 0.74% | - |
| XYZ | 25.91 | 39.5 | 45.79 | - |
| YUV | 134.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 173 | 0.93 | 0 | 0.08 | 0.26 | 174.55 | 0.87 | 0.4 |
| Hex | D | BD | AD | 5D | 0 | 8 | 1A | AF | 57 | 28 |
| Octal | 15 | 275 | 255 | 135 | 0 | 10 | 32 | 257 | 127 | 50 |
| Binary | 1101 | 10111101 | 10101101 | 1011101 | 0 | 1000 | 11010 | 10101111 | 1010111 | 101000 |
Color Harmonies of #0DBDAD
Complementary color
Monochromatic Colors of #0DBDAD
Black with #0DBDAD
Text Example
Text Example
White with #0DBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDAD; }
p { color: rgb(13,189,173); }
H1.HeaderClassName
{
color: #0DBDAD;
}
.AnyTagClassName
{
color: #0DBDAD;
}
</style>
background-color css
<style>
a { background-color: #0DBDAD; }
a { background-color: rgb(13,189,173); }
div.DivClassName
{
background-color: #0DBDAD;
}
.BgClassName
{
background-color: #0DBDAD;
}
</style>
border-color css
<style>
span { border-color: #0DBDAD; }
span { border-color: rgb(13,189,173); }
td.TdClassName
{
border-color: #0DBDAD;
}
.TagClassName
{
border-color: #0DBDAD;
}
</style>