Shades of Teal #0D897B
Tints of Teal #0D897B
RGB
CMYK
RGB Variations
Color information
#0D897B (or 0x0D897B) is known color: Teal. HEX triplet: 0D, 89 and 7B. RGB value is (13,137,123). Sum of RGB (Red+Green+Blue) = 13+137+123=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #0D897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D897B is #F27684. Grayscale: #626262. Windows color (decimal): -15890053 or 8096013. OLE color: 8096013.
HSL color Cylindrical-coordinate representation of color #0D897B: hue angle of 173.23º 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 #0D897B is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 123 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.46 |
| HSL | 173.23º | 0.83% | 0.29% | - |
| HSV(B) | 173.23º | 0.91% | 0.54% | - |
| XYZ | 12.69 | 19.41 | 21.82 | - |
| YUV | 98.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 123 | 0.91 | 0 | 0.10 | 0.46 | 173.23 | 0.83 | 0.29 |
| Hex | D | 89 | 7B | 5B | 0 | A | 2E | AD | 53 | 1D |
| Octal | 15 | 211 | 173 | 133 | 0 | 12 | 56 | 255 | 123 | 35 |
| Binary | 1101 | 10001001 | 1111011 | 1011011 | 0 | 1010 | 101110 | 10101101 | 1010011 | 11101 |
Color Harmonies of #0D897B
Complementary color
Monochromatic Colors of #0D897B
Black with #0D897B
Text Example
Text Example
White with #0D897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D897B; }
p { color: rgb(13,137,123); }
H1.HeaderClassName
{
color: #0D897B;
}
.AnyTagClassName
{
color: #0D897B;
}
</style>
background-color css
<style>
a { background-color: #0D897B; }
a { background-color: rgb(13,137,123); }
div.DivClassName
{
background-color: #0D897B;
}
.BgClassName
{
background-color: #0D897B;
}
</style>
border-color css
<style>
span { border-color: #0D897B; }
span { border-color: rgb(13,137,123); }
td.TdClassName
{
border-color: #0D897B;
}
.TagClassName
{
border-color: #0D897B;
}
</style>