Shades of Teal #017384
Tints of Teal #017384
RGB
CMYK
RGB Variations
Color information
#017384 (or 0x017384) is known color: Teal. HEX triplet: 01, 73 and 84. RGB value is (1,115,132). Sum of RGB (Red+Green+Blue) = 1+115+132=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #017384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017384 is #FE8C7B. Grayscale: #525252. Windows color (decimal): -16682108 or 8680193. OLE color: 8680193.
HSL color Cylindrical-coordinate representation of color #017384: hue angle of 187.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017384 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 115 | 132 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.48 |
| HSL | 187.79º | 0.98% | 0.26% | - |
| HSV(B) | 187.79º | 0.99% | 0.52% | - |
| XYZ | 10.31 | 13.93 | 23.98 | - |
| YUV | 82.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 132 | 0.99 | 0.13 | 0 | 0.48 | 187.79 | 0.98 | 0.26 |
| Hex | 1 | 73 | 84 | 63 | D | 0 | 30 | BC | 62 | 1A |
| Octal | 1 | 163 | 204 | 143 | 15 | 0 | 60 | 274 | 142 | 32 |
| Binary | 1 | 1110011 | 10000100 | 1100011 | 1101 | 0 | 110000 | 10111100 | 1100010 | 11010 |
Color Harmonies of #017384
Complementary color
Monochromatic Colors of #017384
Black with #017384
Text Example
Text Example
White with #017384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017384; }
p { color: rgb(1,115,132); }
H1.HeaderClassName
{
color: #017384;
}
.AnyTagClassName
{
color: #017384;
}
</style>
background-color css
<style>
a { background-color: #017384; }
a { background-color: rgb(1,115,132); }
div.DivClassName
{
background-color: #017384;
}
.BgClassName
{
background-color: #017384;
}
</style>
border-color css
<style>
span { border-color: #017384; }
span { border-color: rgb(1,115,132); }
td.TdClassName
{
border-color: #017384;
}
.TagClassName
{
border-color: #017384;
}
</style>