Shades of Teal #01768F
Tints of Teal #01768F
RGB
CMYK
RGB Variations
Color information
#01768F (or 0x01768F) is known color: Teal. HEX triplet: 01, 76 and 8F. RGB value is (1,118,143). Sum of RGB (Red+Green+Blue) = 1+118+143=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #01768F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01768F is #FE8970. Grayscale: #555555. Windows color (decimal): -16681329 or 9401857. OLE color: 9401857.
HSL color Cylindrical-coordinate representation of color #01768F: hue angle of 190.56º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01768F is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 118 | 143 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.44 |
| HSL | 190.56º | 0.99% | 0.28% | - |
| HSV(B) | 190.56º | 0.99% | 0.56% | - |
| XYZ | 11.45 | 14.95 | 28.27 | - |
| YUV | 85.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 143 | 0.99 | 0.17 | 0 | 0.44 | 190.56 | 0.99 | 0.28 |
| Hex | 1 | 76 | 8F | 63 | 11 | 0 | 2C | BF | 63 | 1C |
| Octal | 1 | 166 | 217 | 143 | 21 | 0 | 54 | 277 | 143 | 34 |
| Binary | 1 | 1110110 | 10001111 | 1100011 | 10001 | 0 | 101100 | 10111111 | 1100011 | 11100 |
Color Harmonies of #01768F
Complementary color
Monochromatic Colors of #01768F
Black with #01768F
Text Example
Text Example
White with #01768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01768F; }
p { color: rgb(1,118,143); }
H1.HeaderClassName
{
color: #01768F;
}
.AnyTagClassName
{
color: #01768F;
}
</style>
background-color css
<style>
a { background-color: #01768F; }
a { background-color: rgb(1,118,143); }
div.DivClassName
{
background-color: #01768F;
}
.BgClassName
{
background-color: #01768F;
}
</style>
border-color css
<style>
span { border-color: #01768F; }
span { border-color: rgb(1,118,143); }
td.TdClassName
{
border-color: #01768F;
}
.TagClassName
{
border-color: #01768F;
}
</style>