Shades of Teal #0D8783
Tints of Teal #0D8783
RGB
CMYK
RGB Variations
Color information
#0D8783 (or 0x0D8783) is known color: Teal. HEX triplet: 0D, 87 and 83. RGB value is (13,135,131). Sum of RGB (Red+Green+Blue) = 13+135+131=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8783 is #F2787C. Grayscale: #616161. Windows color (decimal): -15890557 or 8619789. OLE color: 8619789.
HSL color Cylindrical-coordinate representation of color #0D8783: hue angle of 178.03º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8783 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 131 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.47 |
| HSL | 178.03º | 0.82% | 0.29% | - |
| HSV(B) | 178.03º | 0.9% | 0.53% | - |
| XYZ | 12.93 | 19.05 | 24.47 | - |
| YUV | 98.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 131 | 0.90 | 0 | 0.03 | 0.47 | 178.03 | 0.82 | 0.29 |
| Hex | D | 87 | 83 | 5A | 0 | 3 | 2F | B2 | 52 | 1D |
| Octal | 15 | 207 | 203 | 132 | 0 | 3 | 57 | 262 | 122 | 35 |
| Binary | 1101 | 10000111 | 10000011 | 1011010 | 0 | 11 | 101111 | 10110010 | 1010010 | 11101 |
Color Harmonies of #0D8783
Complementary color
Monochromatic Colors of #0D8783
Black with #0D8783
Text Example
Text Example
White with #0D8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8783; }
p { color: rgb(13,135,131); }
H1.HeaderClassName
{
color: #0D8783;
}
.AnyTagClassName
{
color: #0D8783;
}
</style>
background-color css
<style>
a { background-color: #0D8783; }
a { background-color: rgb(13,135,131); }
div.DivClassName
{
background-color: #0D8783;
}
.BgClassName
{
background-color: #0D8783;
}
</style>
border-color css
<style>
span { border-color: #0D8783; }
span { border-color: rgb(13,135,131); }
td.TdClassName
{
border-color: #0D8783;
}
.TagClassName
{
border-color: #0D8783;
}
</style>