Shades of Teal #0D778A
Tints of Teal #0D778A
RGB
CMYK
RGB Variations
Color information
#0D778A (or 0x0D778A) is known color: Teal. HEX triplet: 0D, 77 and 8A. RGB value is (13,119,138). Sum of RGB (Red+Green+Blue) = 13+119+138=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D778A is #F28875. Grayscale: #595959. Windows color (decimal): -15894646 or 9074445. OLE color: 9074445.
HSL color Cylindrical-coordinate representation of color #0D778A: hue angle of 189.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D778A is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 119 | 138 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.46 |
| HSL | 189.12º | 0.83% | 0.3% | - |
| HSV(B) | 189.12º | 0.91% | 0.54% | - |
| XYZ | 11.35 | 15.11 | 26.36 | - |
| YUV | 89.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 138 | 0.91 | 0.14 | 0 | 0.46 | 189.12 | 0.83 | 0.3 |
| Hex | D | 77 | 8A | 5B | E | 0 | 2E | BD | 53 | 1E |
| Octal | 15 | 167 | 212 | 133 | 16 | 0 | 56 | 275 | 123 | 36 |
| Binary | 1101 | 1110111 | 10001010 | 1011011 | 1110 | 0 | 101110 | 10111101 | 1010011 | 11110 |
Color Harmonies of #0D778A
Complementary color
Monochromatic Colors of #0D778A
Black with #0D778A
Text Example
Text Example
White with #0D778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D778A; }
p { color: rgb(13,119,138); }
H1.HeaderClassName
{
color: #0D778A;
}
.AnyTagClassName
{
color: #0D778A;
}
</style>
background-color css
<style>
a { background-color: #0D778A; }
a { background-color: rgb(13,119,138); }
div.DivClassName
{
background-color: #0D778A;
}
.BgClassName
{
background-color: #0D778A;
}
</style>
border-color css
<style>
span { border-color: #0D778A; }
span { border-color: rgb(13,119,138); }
td.TdClassName
{
border-color: #0D778A;
}
.TagClassName
{
border-color: #0D778A;
}
</style>