Shades of Teal #017C83
Tints of Teal #017C83
RGB
CMYK
RGB Variations
Color information
#017C83 (or 0x017C83) is known color: Teal. HEX triplet: 01, 7C and 83. RGB value is (1,124,131). Sum of RGB (Red+Green+Blue) = 1+124+131=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #017C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C83 is #FE837C. Grayscale: #575757. Windows color (decimal): -16679805 or 8616961. OLE color: 8616961.
HSL color Cylindrical-coordinate representation of color #017C83: hue angle of 183.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C83 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 124 | 131 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.49 |
| HSL | 183.23º | 0.98% | 0.26% | - |
| HSV(B) | 183.23º | 0.99% | 0.51% | - |
| XYZ | 11.32 | 16.06 | 23.98 | - |
| YUV | 88.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 131 | 0.99 | 0.05 | 0 | 0.49 | 183.23 | 0.98 | 0.26 |
| Hex | 1 | 7C | 83 | 63 | 5 | 0 | 31 | B7 | 62 | 1A |
| Octal | 1 | 174 | 203 | 143 | 5 | 0 | 61 | 267 | 142 | 32 |
| Binary | 1 | 1111100 | 10000011 | 1100011 | 101 | 0 | 110001 | 10110111 | 1100010 | 11010 |
Color Harmonies of #017C83
Complementary color
Monochromatic Colors of #017C83
Black with #017C83
Text Example
Text Example
White with #017C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C83; }
p { color: rgb(1,124,131); }
H1.HeaderClassName
{
color: #017C83;
}
.AnyTagClassName
{
color: #017C83;
}
</style>
background-color css
<style>
a { background-color: #017C83; }
a { background-color: rgb(1,124,131); }
div.DivClassName
{
background-color: #017C83;
}
.BgClassName
{
background-color: #017C83;
}
</style>
border-color css
<style>
span { border-color: #017C83; }
span { border-color: rgb(1,124,131); }
td.TdClassName
{
border-color: #017C83;
}
.TagClassName
{
border-color: #017C83;
}
</style>