Shades of Teal Blue #17525D
Tints of Teal Blue #17525D
RGB
CMYK
RGB Variations
Color information
#17525D (or 0x17525D) is known color: Teal Blue. HEX triplet: 17, 52 and 5D. RGB value is (23,82,93). Sum of RGB (Red+Green+Blue) = 23+82+93=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #17525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525D is #E8ADA2. Grayscale: #414141. Windows color (decimal): -15248803 or 6115863. OLE color: 6115863.
HSL color Cylindrical-coordinate representation of color #17525D: hue angle of 189.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17525D is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 82 | 93 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.64 |
| HSL | 189.43º | 0.6% | 0.23% | - |
| HSV(B) | 189.43º | 0.75% | 0.36% | - |
| XYZ | 5.35 | 7.01 | 11.43 | - |
| YUV | 65.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 93 | 0.75 | 0.12 | 0 | 0.64 | 189.43 | 0.6 | 0.23 |
| Hex | 17 | 52 | 5D | 4B | C | 0 | 40 | BD | 3C | 17 |
| Octal | 27 | 122 | 135 | 113 | 14 | 0 | 100 | 275 | 74 | 27 |
| Binary | 10111 | 1010010 | 1011101 | 1001011 | 1100 | 0 | 1000000 | 10111101 | 111100 | 10111 |
Color Harmonies of #17525D
Complementary color
Monochromatic Colors of #17525D
Black with #17525D
Text Example
Text Example
White with #17525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17525D; }
p { color: rgb(23,82,93); }
H1.HeaderClassName
{
color: #17525D;
}
.AnyTagClassName
{
color: #17525D;
}
</style>
background-color css
<style>
a { background-color: #17525D; }
a { background-color: rgb(23,82,93); }
div.DivClassName
{
background-color: #17525D;
}
.BgClassName
{
background-color: #17525D;
}
</style>
border-color css
<style>
span { border-color: #17525D; }
span { border-color: rgb(23,82,93); }
td.TdClassName
{
border-color: #17525D;
}
.TagClassName
{
border-color: #17525D;
}
</style>