Shades of Teal #0D8385
Tints of Teal #0D8385
RGB
CMYK
RGB Variations
Color information
#0D8385 (or 0x0D8385) is known color: Teal. HEX triplet: 0D, 83 and 85. RGB value is (13,131,133). Sum of RGB (Red+Green+Blue) = 13+131+133=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D8385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8385 is #F27C7A. Grayscale: #5F5F5F. Windows color (decimal): -15891579 or 8749837. OLE color: 8749837.
HSL color Cylindrical-coordinate representation of color #0D8385: hue angle of 181º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8385 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 131 | 133 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.48 |
| HSL | 181º | 0.82% | 0.29% | - |
| HSV(B) | 181º | 0.9% | 0.52% | - |
| XYZ | 12.52 | 18.01 | 25.01 | - |
| YUV | 95.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 133 | 0.90 | 0.02 | 0 | 0.48 | 181 | 0.82 | 0.29 |
| Hex | D | 83 | 85 | 5A | 2 | 0 | 30 | B5 | 52 | 1D |
| Octal | 15 | 203 | 205 | 132 | 2 | 0 | 60 | 265 | 122 | 35 |
| Binary | 1101 | 10000011 | 10000101 | 1011010 | 10 | 0 | 110000 | 10110101 | 1010010 | 11101 |
Color Harmonies of #0D8385
Complementary color
Monochromatic Colors of #0D8385
Black with #0D8385
Text Example
Text Example
White with #0D8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8385; }
p { color: rgb(13,131,133); }
H1.HeaderClassName
{
color: #0D8385;
}
.AnyTagClassName
{
color: #0D8385;
}
</style>
background-color css
<style>
a { background-color: #0D8385; }
a { background-color: rgb(13,131,133); }
div.DivClassName
{
background-color: #0D8385;
}
.BgClassName
{
background-color: #0D8385;
}
</style>
border-color css
<style>
span { border-color: #0D8385; }
span { border-color: rgb(13,131,133); }
td.TdClassName
{
border-color: #0D8385;
}
.TagClassName
{
border-color: #0D8385;
}
</style>