Shades of Teal #0D7781
Tints of Teal #0D7781
RGB
CMYK
RGB Variations
Color information
#0D7781 (or 0x0D7781) is known color: Teal. HEX triplet: 0D, 77 and 81. RGB value is (13,119,129). Sum of RGB (Red+Green+Blue) = 13+119+129=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D7781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7781 is #F2887E. Grayscale: #585858. Windows color (decimal): -15894655 or 8484621. OLE color: 8484621.
HSL color Cylindrical-coordinate representation of color #0D7781: hue angle of 185.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7781 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 119 | 129 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.49 |
| HSL | 185.17º | 0.82% | 0.28% | - |
| HSV(B) | 185.17º | 0.9% | 0.51% | - |
| XYZ | 10.73 | 14.86 | 23.07 | - |
| YUV | 88.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 129 | 0.90 | 0.08 | 0 | 0.49 | 185.17 | 0.82 | 0.28 |
| Hex | D | 77 | 81 | 5A | 8 | 0 | 31 | B9 | 52 | 1C |
| Octal | 15 | 167 | 201 | 132 | 10 | 0 | 61 | 271 | 122 | 34 |
| Binary | 1101 | 1110111 | 10000001 | 1011010 | 1000 | 0 | 110001 | 10111001 | 1010010 | 11100 |
Color Harmonies of #0D7781
Complementary color
Monochromatic Colors of #0D7781
Black with #0D7781
Text Example
Text Example
White with #0D7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7781; }
p { color: rgb(13,119,129); }
H1.HeaderClassName
{
color: #0D7781;
}
.AnyTagClassName
{
color: #0D7781;
}
</style>
background-color css
<style>
a { background-color: #0D7781; }
a { background-color: rgb(13,119,129); }
div.DivClassName
{
background-color: #0D7781;
}
.BgClassName
{
background-color: #0D7781;
}
</style>
border-color css
<style>
span { border-color: #0D7781; }
span { border-color: rgb(13,119,129); }
td.TdClassName
{
border-color: #0D7781;
}
.TagClassName
{
border-color: #0D7781;
}
</style>