Shades of Teal #01788D
Tints of Teal #01788D
RGB
CMYK
RGB Variations
Color information
#01788D (or 0x01788D) is known color: Teal. HEX triplet: 01, 78 and 8D. RGB value is (1,120,141). Sum of RGB (Red+Green+Blue) = 1+120+141=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #01788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01788D is #FE8772. Grayscale: #565656. Windows color (decimal): -16680819 or 9271297. OLE color: 9271297.
HSL color Cylindrical-coordinate representation of color #01788D: hue angle of 189º 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 #01788D is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 120 | 141 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.45 |
| HSL | 189º | 0.99% | 0.28% | - |
| HSV(B) | 189º | 0.99% | 0.55% | - |
| XYZ | 11.54 | 15.36 | 27.56 | - |
| YUV | 86.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 141 | 0.99 | 0.15 | 0 | 0.45 | 189 | 0.99 | 0.28 |
| Hex | 1 | 78 | 8D | 63 | F | 0 | 2D | BD | 63 | 1C |
| Octal | 1 | 170 | 215 | 143 | 17 | 0 | 55 | 275 | 143 | 34 |
| Binary | 1 | 1111000 | 10001101 | 1100011 | 1111 | 0 | 101101 | 10111101 | 1100011 | 11100 |
Color Harmonies of #01788D
Complementary color
Monochromatic Colors of #01788D
Black with #01788D
Text Example
Text Example
White with #01788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01788D; }
p { color: rgb(1,120,141); }
H1.HeaderClassName
{
color: #01788D;
}
.AnyTagClassName
{
color: #01788D;
}
</style>
background-color css
<style>
a { background-color: #01788D; }
a { background-color: rgb(1,120,141); }
div.DivClassName
{
background-color: #01788D;
}
.BgClassName
{
background-color: #01788D;
}
</style>
border-color css
<style>
span { border-color: #01788D; }
span { border-color: rgb(1,120,141); }
td.TdClassName
{
border-color: #01788D;
}
.TagClassName
{
border-color: #01788D;
}
</style>