Shades of Teal #0D798A
Tints of Teal #0D798A
RGB
CMYK
RGB Variations
Color information
#0D798A (or 0x0D798A) is known color: Teal. HEX triplet: 0D, 79 and 8A. RGB value is (13,121,138). Sum of RGB (Red+Green+Blue) = 13+121+138=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D798A is #F28675. Grayscale: #5A5A5A. Windows color (decimal): -15894134 or 9074957. OLE color: 9074957.
HSL color Cylindrical-coordinate representation of color #0D798A: hue angle of 188.16º 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 #0D798A is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 121 | 138 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.46 |
| HSL | 188.16º | 0.83% | 0.3% | - |
| HSV(B) | 188.16º | 0.91% | 0.54% | - |
| XYZ | 11.59 | 15.6 | 26.44 | - |
| YUV | 90.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 138 | 0.91 | 0.12 | 0 | 0.46 | 188.16 | 0.83 | 0.3 |
| Hex | D | 79 | 8A | 5B | C | 0 | 2E | BC | 53 | 1E |
| Octal | 15 | 171 | 212 | 133 | 14 | 0 | 56 | 274 | 123 | 36 |
| Binary | 1101 | 1111001 | 10001010 | 1011011 | 1100 | 0 | 101110 | 10111100 | 1010011 | 11110 |
Color Harmonies of #0D798A
Complementary color
Monochromatic Colors of #0D798A
Black with #0D798A
Text Example
Text Example
White with #0D798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D798A; }
p { color: rgb(13,121,138); }
H1.HeaderClassName
{
color: #0D798A;
}
.AnyTagClassName
{
color: #0D798A;
}
</style>
background-color css
<style>
a { background-color: #0D798A; }
a { background-color: rgb(13,121,138); }
div.DivClassName
{
background-color: #0D798A;
}
.BgClassName
{
background-color: #0D798A;
}
</style>
border-color css
<style>
span { border-color: #0D798A; }
span { border-color: rgb(13,121,138); }
td.TdClassName
{
border-color: #0D798A;
}
.TagClassName
{
border-color: #0D798A;
}
</style>