Shades of Teal #0D758B
Tints of Teal #0D758B
RGB
CMYK
RGB Variations
Color information
#0D758B (or 0x0D758B) is known color: Teal. HEX triplet: 0D, 75 and 8B. RGB value is (13,117,139). Sum of RGB (Red+Green+Blue) = 13+117+139=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D758B is #F28A74. Grayscale: #585858. Windows color (decimal): -15895157 or 9139469. OLE color: 9139469.
HSL color Cylindrical-coordinate representation of color #0D758B: hue angle of 190.48º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D758B is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 117 | 139 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.45 |
| HSL | 190.48º | 0.83% | 0.3% | - |
| HSV(B) | 190.48º | 0.91% | 0.55% | - |
| XYZ | 11.19 | 14.67 | 26.67 | - |
| YUV | 88.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 139 | 0.91 | 0.16 | 0 | 0.45 | 190.48 | 0.83 | 0.3 |
| Hex | D | 75 | 8B | 5B | 10 | 0 | 2D | BE | 53 | 1E |
| Octal | 15 | 165 | 213 | 133 | 20 | 0 | 55 | 276 | 123 | 36 |
| Binary | 1101 | 1110101 | 10001011 | 1011011 | 10000 | 0 | 101101 | 10111110 | 1010011 | 11110 |
Color Harmonies of #0D758B
Complementary color
Monochromatic Colors of #0D758B
Black with #0D758B
Text Example
Text Example
White with #0D758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D758B; }
p { color: rgb(13,117,139); }
H1.HeaderClassName
{
color: #0D758B;
}
.AnyTagClassName
{
color: #0D758B;
}
</style>
background-color css
<style>
a { background-color: #0D758B; }
a { background-color: rgb(13,117,139); }
div.DivClassName
{
background-color: #0D758B;
}
.BgClassName
{
background-color: #0D758B;
}
</style>
border-color css
<style>
span { border-color: #0D758B; }
span { border-color: rgb(13,117,139); }
td.TdClassName
{
border-color: #0D758B;
}
.TagClassName
{
border-color: #0D758B;
}
</style>