Shades of Teal #0D897D
Tints of Teal #0D897D
RGB
CMYK
RGB Variations
Color information
#0D897D (or 0x0D897D) is known color: Teal. HEX triplet: 0D, 89 and 7D. RGB value is (13,137,125). Sum of RGB (Red+Green+Blue) = 13+137+125=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #0D897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D897D is #F27682. Grayscale: #626262. Windows color (decimal): -15890051 or 8227085. OLE color: 8227085.
HSL color Cylindrical-coordinate representation of color #0D897D: hue angle of 174.19º 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 #0D897D is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 125 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.46 |
| HSL | 174.19º | 0.83% | 0.29% | - |
| HSV(B) | 174.19º | 0.91% | 0.54% | - |
| XYZ | 12.81 | 19.46 | 22.48 | - |
| YUV | 98.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 125 | 0.91 | 0 | 0.09 | 0.46 | 174.19 | 0.83 | 0.29 |
| Hex | D | 89 | 7D | 5B | 0 | 9 | 2E | AE | 53 | 1D |
| Octal | 15 | 211 | 175 | 133 | 0 | 11 | 56 | 256 | 123 | 35 |
| Binary | 1101 | 10001001 | 1111101 | 1011011 | 0 | 1001 | 101110 | 10101110 | 1010011 | 11101 |
Color Harmonies of #0D897D
Complementary color
Monochromatic Colors of #0D897D
Black with #0D897D
Text Example
Text Example
White with #0D897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D897D; }
p { color: rgb(13,137,125); }
H1.HeaderClassName
{
color: #0D897D;
}
.AnyTagClassName
{
color: #0D897D;
}
</style>
background-color css
<style>
a { background-color: #0D897D; }
a { background-color: rgb(13,137,125); }
div.DivClassName
{
background-color: #0D897D;
}
.BgClassName
{
background-color: #0D897D;
}
</style>
border-color css
<style>
span { border-color: #0D897D; }
span { border-color: rgb(13,137,125); }
td.TdClassName
{
border-color: #0D897D;
}
.TagClassName
{
border-color: #0D897D;
}
</style>