Shades of Teal #01748B
Tints of Teal #01748B
RGB
CMYK
RGB Variations
Color information
#01748B (or 0x01748B) is known color: Teal. HEX triplet: 01, 74 and 8B. RGB value is (1,116,139). Sum of RGB (Red+Green+Blue) = 1+116+139=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #01748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748B is #FE8B74. Grayscale: #545454. Windows color (decimal): -16681845 or 9139201. OLE color: 9139201.
HSL color Cylindrical-coordinate representation of color #01748B: hue angle of 190º 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 #01748B is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 116 | 139 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.45 |
| HSL | 190º | 0.99% | 0.27% | - |
| HSV(B) | 190º | 0.99% | 0.55% | - |
| XYZ | 10.92 | 14.36 | 26.62 | - |
| YUV | 84.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 139 | 0.99 | 0.17 | 0 | 0.45 | 190 | 0.99 | 0.27 |
| Hex | 1 | 74 | 8B | 63 | 11 | 0 | 2D | BE | 63 | 1B |
| Octal | 1 | 164 | 213 | 143 | 21 | 0 | 55 | 276 | 143 | 33 |
| Binary | 1 | 1110100 | 10001011 | 1100011 | 10001 | 0 | 101101 | 10111110 | 1100011 | 11011 |
Color Harmonies of #01748B
Complementary color
Monochromatic Colors of #01748B
Black with #01748B
Text Example
Text Example
White with #01748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01748B; }
p { color: rgb(1,116,139); }
H1.HeaderClassName
{
color: #01748B;
}
.AnyTagClassName
{
color: #01748B;
}
</style>
background-color css
<style>
a { background-color: #01748B; }
a { background-color: rgb(1,116,139); }
div.DivClassName
{
background-color: #01748B;
}
.BgClassName
{
background-color: #01748B;
}
</style>
border-color css
<style>
span { border-color: #01748B; }
span { border-color: rgb(1,116,139); }
td.TdClassName
{
border-color: #01748B;
}
.TagClassName
{
border-color: #01748B;
}
</style>