Shades of Teal #01748C
Tints of Teal #01748C
RGB
CMYK
RGB Variations
Color information
#01748C (or 0x01748C) is known color: Teal. HEX triplet: 01, 74 and 8C. RGB value is (1,116,140). Sum of RGB (Red+Green+Blue) = 1+116+140=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #01748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748C is #FE8B73. Grayscale: #545454. Windows color (decimal): -16681844 or 9204737. OLE color: 9204737.
HSL color Cylindrical-coordinate representation of color #01748C: hue angle of 190.36º 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 #01748C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 116 | 140 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.45 |
| HSL | 190.36º | 0.99% | 0.28% | - |
| HSV(B) | 190.36º | 0.99% | 0.55% | - |
| XYZ | 10.99 | 14.39 | 27.01 | - |
| YUV | 84.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 140 | 0.99 | 0.17 | 0 | 0.45 | 190.36 | 0.99 | 0.28 |
| Hex | 1 | 74 | 8C | 63 | 11 | 0 | 2D | BE | 63 | 1C |
| Octal | 1 | 164 | 214 | 143 | 21 | 0 | 55 | 276 | 143 | 34 |
| Binary | 1 | 1110100 | 10001100 | 1100011 | 10001 | 0 | 101101 | 10111110 | 1100011 | 11100 |
Color Harmonies of #01748C
Complementary color
Monochromatic Colors of #01748C
Black with #01748C
Text Example
Text Example
White with #01748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01748C; }
p { color: rgb(1,116,140); }
H1.HeaderClassName
{
color: #01748C;
}
.AnyTagClassName
{
color: #01748C;
}
</style>
background-color css
<style>
a { background-color: #01748C; }
a { background-color: rgb(1,116,140); }
div.DivClassName
{
background-color: #01748C;
}
.BgClassName
{
background-color: #01748C;
}
</style>
border-color css
<style>
span { border-color: #01748C; }
span { border-color: rgb(1,116,140); }
td.TdClassName
{
border-color: #01748C;
}
.TagClassName
{
border-color: #01748C;
}
</style>