Shades of Teal Blue #17525E
Tints of Teal Blue #17525E
RGB
CMYK
RGB Variations
Color information
#17525E (or 0x17525E) is known color: Teal Blue. HEX triplet: 17, 52 and 5E. RGB value is (23,82,94). Sum of RGB (Red+Green+Blue) = 23+82+94=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #17525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525E is #E8ADA1. Grayscale: #414141. Windows color (decimal): -15248802 or 6181399. OLE color: 6181399.
HSL color Cylindrical-coordinate representation of color #17525E: hue angle of 190.14º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17525E is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 82 | 94 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.63 |
| HSL | 190.14º | 0.61% | 0.23% | - |
| HSV(B) | 190.14º | 0.76% | 0.37% | - |
| XYZ | 5.39 | 7.02 | 11.66 | - |
| YUV | 65.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 94 | 0.76 | 0.13 | 0 | 0.63 | 190.14 | 0.61 | 0.23 |
| Hex | 17 | 52 | 5E | 4C | D | 0 | 3F | BE | 3D | 17 |
| Octal | 27 | 122 | 136 | 114 | 15 | 0 | 77 | 276 | 75 | 27 |
| Binary | 10111 | 1010010 | 1011110 | 1001100 | 1101 | 0 | 111111 | 10111110 | 111101 | 10111 |
Color Harmonies of #17525E
Complementary color
Monochromatic Colors of #17525E
Black with #17525E
Text Example
Text Example
White with #17525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17525E; }
p { color: rgb(23,82,94); }
H1.HeaderClassName
{
color: #17525E;
}
.AnyTagClassName
{
color: #17525E;
}
</style>
background-color css
<style>
a { background-color: #17525E; }
a { background-color: rgb(23,82,94); }
div.DivClassName
{
background-color: #17525E;
}
.BgClassName
{
background-color: #17525E;
}
</style>
border-color css
<style>
span { border-color: #17525E; }
span { border-color: rgb(23,82,94); }
td.TdClassName
{
border-color: #17525E;
}
.TagClassName
{
border-color: #17525E;
}
</style>