Shades of Teal #01768D
Tints of Teal #01768D
RGB
CMYK
RGB Variations
Color information
#01768D (or 0x01768D) is known color: Teal. HEX triplet: 01, 76 and 8D. RGB value is (1,118,141). Sum of RGB (Red+Green+Blue) = 1+118+141=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #01768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01768D is #FE8972. Grayscale: #555555. Windows color (decimal): -16681331 or 9270785. OLE color: 9270785.
HSL color Cylindrical-coordinate representation of color #01768D: hue angle of 189.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01768D is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 118 | 141 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.45 |
| HSL | 189.86º | 0.99% | 0.28% | - |
| HSV(B) | 189.86º | 0.99% | 0.55% | - |
| XYZ | 11.3 | 14.89 | 27.48 | - |
| YUV | 85.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 141 | 0.99 | 0.16 | 0 | 0.45 | 189.86 | 0.99 | 0.28 |
| Hex | 1 | 76 | 8D | 63 | 10 | 0 | 2D | BE | 63 | 1C |
| Octal | 1 | 166 | 215 | 143 | 20 | 0 | 55 | 276 | 143 | 34 |
| Binary | 1 | 1110110 | 10001101 | 1100011 | 10000 | 0 | 101101 | 10111110 | 1100011 | 11100 |
Color Harmonies of #01768D
Complementary color
Monochromatic Colors of #01768D
Black with #01768D
Text Example
Text Example
White with #01768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01768D; }
p { color: rgb(1,118,141); }
H1.HeaderClassName
{
color: #01768D;
}
.AnyTagClassName
{
color: #01768D;
}
</style>
background-color css
<style>
a { background-color: #01768D; }
a { background-color: rgb(1,118,141); }
div.DivClassName
{
background-color: #01768D;
}
.BgClassName
{
background-color: #01768D;
}
</style>
border-color css
<style>
span { border-color: #01768D; }
span { border-color: rgb(1,118,141); }
td.TdClassName
{
border-color: #01768D;
}
.TagClassName
{
border-color: #01768D;
}
</style>