Shades of Teal #0D7F88
Tints of Teal #0D7F88
RGB
CMYK
RGB Variations
Color information
#0D7F88 (or 0x0D7F88) is known color: Teal. HEX triplet: 0D, 7F and 88. RGB value is (13,127,136). Sum of RGB (Red+Green+Blue) = 13+127+136=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D7F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7F88 is #F28077. Grayscale: #5D5D5D. Windows color (decimal): -15892600 or 8945421. OLE color: 8945421.
HSL color Cylindrical-coordinate representation of color #0D7F88: hue angle of 184.39º degrees, saturation: 0.83, 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 #0D7F88 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 127 | 136 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.47 |
| HSL | 184.39º | 0.83% | 0.29% | - |
| HSV(B) | 184.39º | 0.9% | 0.53% | - |
| XYZ | 12.2 | 17.04 | 25.94 | - |
| YUV | 93.94 | 151.73 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 136 | 0.90 | 0.07 | 0 | 0.47 | 184.39 | 0.83 | 0.29 |
| Hex | D | 7F | 88 | 5A | 7 | 0 | 2F | B8 | 53 | 1D |
| Octal | 15 | 177 | 210 | 132 | 7 | 0 | 57 | 270 | 123 | 35 |
| Binary | 1101 | 1111111 | 10001000 | 1011010 | 111 | 0 | 101111 | 10111000 | 1010011 | 11101 |
Color Harmonies of #0D7F88
Complementary color
Monochromatic Colors of #0D7F88
Black with #0D7F88
Text Example
Text Example
White with #0D7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7F88; }
p { color: rgb(13,127,136); }
H1.HeaderClassName
{
color: #0D7F88;
}
.AnyTagClassName
{
color: #0D7F88;
}
</style>
background-color css
<style>
a { background-color: #0D7F88; }
a { background-color: rgb(13,127,136); }
div.DivClassName
{
background-color: #0D7F88;
}
.BgClassName
{
background-color: #0D7F88;
}
</style>
border-color css
<style>
span { border-color: #0D7F88; }
span { border-color: rgb(13,127,136); }
td.TdClassName
{
border-color: #0D7F88;
}
.TagClassName
{
border-color: #0D7F88;
}
</style>