Shades of Teal #017B83
Tints of Teal #017B83
RGB
CMYK
RGB Variations
Color information
#017B83 (or 0x017B83) is known color: Teal. HEX triplet: 01, 7B and 83. RGB value is (1,123,131). Sum of RGB (Red+Green+Blue) = 1+123+131=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #017B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B83 is #FE847C. Grayscale: #575757. Windows color (decimal): -16680061 or 8616705. OLE color: 8616705.
HSL color Cylindrical-coordinate representation of color #017B83: hue angle of 183.69º 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 #017B83 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 123 | 131 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.49 |
| HSL | 183.69º | 0.98% | 0.26% | - |
| HSV(B) | 183.69º | 0.99% | 0.51% | - |
| XYZ | 11.19 | 15.81 | 23.93 | - |
| YUV | 87.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 131 | 0.99 | 0.06 | 0 | 0.49 | 183.69 | 0.98 | 0.26 |
| Hex | 1 | 7B | 83 | 63 | 6 | 0 | 31 | B8 | 62 | 1A |
| Octal | 1 | 173 | 203 | 143 | 6 | 0 | 61 | 270 | 142 | 32 |
| Binary | 1 | 1111011 | 10000011 | 1100011 | 110 | 0 | 110001 | 10111000 | 1100010 | 11010 |
Color Harmonies of #017B83
Complementary color
Monochromatic Colors of #017B83
Black with #017B83
Text Example
Text Example
White with #017B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B83; }
p { color: rgb(1,123,131); }
H1.HeaderClassName
{
color: #017B83;
}
.AnyTagClassName
{
color: #017B83;
}
</style>
background-color css
<style>
a { background-color: #017B83; }
a { background-color: rgb(1,123,131); }
div.DivClassName
{
background-color: #017B83;
}
.BgClassName
{
background-color: #017B83;
}
</style>
border-color css
<style>
span { border-color: #017B83; }
span { border-color: rgb(1,123,131); }
td.TdClassName
{
border-color: #017B83;
}
.TagClassName
{
border-color: #017B83;
}
</style>