Shades of Teal #0D7789
Tints of Teal #0D7789
RGB
CMYK
RGB Variations
Color information
#0D7789 (or 0x0D7789) is known color: Teal. HEX triplet: 0D, 77 and 89. RGB value is (13,119,137). Sum of RGB (Red+Green+Blue) = 13+119+137=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D7789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7789 is #F28876. Grayscale: #595959. Windows color (decimal): -15894647 or 9008909. OLE color: 9008909.
HSL color Cylindrical-coordinate representation of color #0D7789: hue angle of 188.71º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7789 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 119 | 137 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.46 |
| HSL | 188.71º | 0.83% | 0.29% | - |
| HSV(B) | 188.71º | 0.91% | 0.54% | - |
| XYZ | 11.28 | 15.09 | 25.98 | - |
| YUV | 89.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 137 | 0.91 | 0.13 | 0 | 0.46 | 188.71 | 0.83 | 0.29 |
| Hex | D | 77 | 89 | 5B | D | 0 | 2E | BD | 53 | 1D |
| Octal | 15 | 167 | 211 | 133 | 15 | 0 | 56 | 275 | 123 | 35 |
| Binary | 1101 | 1110111 | 10001001 | 1011011 | 1101 | 0 | 101110 | 10111101 | 1010011 | 11101 |
Color Harmonies of #0D7789
Complementary color
Monochromatic Colors of #0D7789
Black with #0D7789
Text Example
Text Example
White with #0D7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7789; }
p { color: rgb(13,119,137); }
H1.HeaderClassName
{
color: #0D7789;
}
.AnyTagClassName
{
color: #0D7789;
}
</style>
background-color css
<style>
a { background-color: #0D7789; }
a { background-color: rgb(13,119,137); }
div.DivClassName
{
background-color: #0D7789;
}
.BgClassName
{
background-color: #0D7789;
}
</style>
border-color css
<style>
span { border-color: #0D7789; }
span { border-color: rgb(13,119,137); }
td.TdClassName
{
border-color: #0D7789;
}
.TagClassName
{
border-color: #0D7789;
}
</style>