Shades of Teal #177F89
Tints of Teal #177F89
RGB
CMYK
RGB Variations
Color information
#177F89 (or 0x177F89) is known color: Teal. HEX triplet: 17, 7F and 89. RGB value is (23,127,137). Sum of RGB (Red+Green+Blue) = 23+127+137=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #177F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F89 is #E88076. Grayscale: #606060. Windows color (decimal): -15237239 or 9010967. OLE color: 9010967.
HSL color Cylindrical-coordinate representation of color #177F89: hue angle of 185.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #177F89 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 127 | 137 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.46 |
| HSL | 185.26º | 0.71% | 0.31% | - |
| HSV(B) | 185.26º | 0.83% | 0.54% | - |
| XYZ | 12.46 | 17.17 | 26.32 | - |
| YUV | 97.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 137 | 0.83 | 0.07 | 0 | 0.46 | 185.26 | 0.71 | 0.31 |
| Hex | 17 | 7F | 89 | 53 | 7 | 0 | 2E | B9 | 47 | 1F |
| Octal | 27 | 177 | 211 | 123 | 7 | 0 | 56 | 271 | 107 | 37 |
| Binary | 10111 | 1111111 | 10001001 | 1010011 | 111 | 0 | 101110 | 10111001 | 1000111 | 11111 |
Color Harmonies of #177F89
Complementary color
Monochromatic Colors of #177F89
Black with #177F89
Text Example
Text Example
White with #177F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F89; }
p { color: rgb(23,127,137); }
H1.HeaderClassName
{
color: #177F89;
}
.AnyTagClassName
{
color: #177F89;
}
</style>
background-color css
<style>
a { background-color: #177F89; }
a { background-color: rgb(23,127,137); }
div.DivClassName
{
background-color: #177F89;
}
.BgClassName
{
background-color: #177F89;
}
</style>
border-color css
<style>
span { border-color: #177F89; }
span { border-color: rgb(23,127,137); }
td.TdClassName
{
border-color: #177F89;
}
.TagClassName
{
border-color: #177F89;
}
</style>