Shades of Teal Blue #17525F
Tints of Teal Blue #17525F
RGB
CMYK
RGB Variations
Color information
#17525F (or 0x17525F) is known color: Teal Blue. HEX triplet: 17, 52 and 5F. RGB value is (23,82,95). Sum of RGB (Red+Green+Blue) = 23+82+95=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #17525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525F is #E8ADA0. Grayscale: #414141. Windows color (decimal): -15248801 or 6246935. OLE color: 6246935.
HSL color Cylindrical-coordinate representation of color #17525F: hue angle of 190.83º 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 #17525F is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 82 | 95 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.63 |
| HSL | 190.83º | 0.61% | 0.23% | - |
| HSV(B) | 190.83º | 0.76% | 0.37% | - |
| XYZ | 5.44 | 7.04 | 11.9 | - |
| YUV | 65.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 95 | 0.76 | 0.14 | 0 | 0.63 | 190.83 | 0.61 | 0.23 |
| Hex | 17 | 52 | 5F | 4C | E | 0 | 3F | BF | 3D | 17 |
| Octal | 27 | 122 | 137 | 114 | 16 | 0 | 77 | 277 | 75 | 27 |
| Binary | 10111 | 1010010 | 1011111 | 1001100 | 1110 | 0 | 111111 | 10111111 | 111101 | 10111 |
Color Harmonies of #17525F
Complementary color
Monochromatic Colors of #17525F
Black with #17525F
Text Example
Text Example
White with #17525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17525F; }
p { color: rgb(23,82,95); }
H1.HeaderClassName
{
color: #17525F;
}
.AnyTagClassName
{
color: #17525F;
}
</style>
background-color css
<style>
a { background-color: #17525F; }
a { background-color: rgb(23,82,95); }
div.DivClassName
{
background-color: #17525F;
}
.BgClassName
{
background-color: #17525F;
}
</style>
border-color css
<style>
span { border-color: #17525F; }
span { border-color: rgb(23,82,95); }
td.TdClassName
{
border-color: #17525F;
}
.TagClassName
{
border-color: #17525F;
}
</style>