Shades of Light Sea Green #0DBDAA
Tints of Light Sea Green #0DBDAA
RGB
CMYK
RGB Variations
Color information
#0DBDAA (or 0x0DBDAA) is known color: Light Sea Green. HEX triplet: 0D, BD and AA. RGB value is (13,189,170). Sum of RGB (Red+Green+Blue) = 13+189+170=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDAA is #F24255. Grayscale: #868686. Windows color (decimal): -15876694 or 11189517. OLE color: 11189517.
HSL color Cylindrical-coordinate representation of color #0DBDAA: hue angle of 173.52º 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 #0DBDAA is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 170 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.26 |
| HSL | 173.52º | 0.87% | 0.4% | - |
| HSV(B) | 173.52º | 0.93% | 0.74% | - |
| XYZ | 25.62 | 39.38 | 44.28 | - |
| YUV | 134.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 170 | 0.93 | 0 | 0.10 | 0.26 | 173.52 | 0.87 | 0.4 |
| Hex | D | BD | AA | 5D | 0 | A | 1A | AE | 57 | 28 |
| Octal | 15 | 275 | 252 | 135 | 0 | 12 | 32 | 256 | 127 | 50 |
| Binary | 1101 | 10111101 | 10101010 | 1011101 | 0 | 1010 | 11010 | 10101110 | 1010111 | 101000 |
Color Harmonies of #0DBDAA
Complementary color
Monochromatic Colors of #0DBDAA
Black with #0DBDAA
Text Example
Text Example
White with #0DBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDAA; }
p { color: rgb(13,189,170); }
H1.HeaderClassName
{
color: #0DBDAA;
}
.AnyTagClassName
{
color: #0DBDAA;
}
</style>
background-color css
<style>
a { background-color: #0DBDAA; }
a { background-color: rgb(13,189,170); }
div.DivClassName
{
background-color: #0DBDAA;
}
.BgClassName
{
background-color: #0DBDAA;
}
</style>
border-color css
<style>
span { border-color: #0DBDAA; }
span { border-color: rgb(13,189,170); }
td.TdClassName
{
border-color: #0DBDAA;
}
.TagClassName
{
border-color: #0DBDAA;
}
</style>