Shades of Teal #01768B
Tints of Teal #01768B
RGB
CMYK
RGB Variations
Color information
#01768B (or 0x01768B) is known color: Teal. HEX triplet: 01, 76 and 8B. RGB value is (1,118,139). Sum of RGB (Red+Green+Blue) = 1+118+139=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #01768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01768B is #FE8974. Grayscale: #555555. Windows color (decimal): -16681333 or 9139713. OLE color: 9139713.
HSL color Cylindrical-coordinate representation of color #01768B: hue angle of 189.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01768B is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 118 | 139 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.45 |
| HSL | 189.13º | 0.99% | 0.27% | - |
| HSV(B) | 189.13º | 0.99% | 0.55% | - |
| XYZ | 11.15 | 14.83 | 26.7 | - |
| YUV | 85.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 139 | 0.99 | 0.15 | 0 | 0.45 | 189.13 | 0.99 | 0.27 |
| Hex | 1 | 76 | 8B | 63 | F | 0 | 2D | BD | 63 | 1B |
| Octal | 1 | 166 | 213 | 143 | 17 | 0 | 55 | 275 | 143 | 33 |
| Binary | 1 | 1110110 | 10001011 | 1100011 | 1111 | 0 | 101101 | 10111101 | 1100011 | 11011 |
Color Harmonies of #01768B
Complementary color
Monochromatic Colors of #01768B
Black with #01768B
Text Example
Text Example
White with #01768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01768B; }
p { color: rgb(1,118,139); }
H1.HeaderClassName
{
color: #01768B;
}
.AnyTagClassName
{
color: #01768B;
}
</style>
background-color css
<style>
a { background-color: #01768B; }
a { background-color: rgb(1,118,139); }
div.DivClassName
{
background-color: #01768B;
}
.BgClassName
{
background-color: #01768B;
}
</style>
border-color css
<style>
span { border-color: #01768B; }
span { border-color: rgb(1,118,139); }
td.TdClassName
{
border-color: #01768B;
}
.TagClassName
{
border-color: #01768B;
}
</style>