Shades of Teal Blue #17525A
Tints of Teal Blue #17525A
RGB
CMYK
RGB Variations
Color information
#17525A (or 0x17525A) is known color: Teal Blue. HEX triplet: 17, 52 and 5A. RGB value is (23,82,90). Sum of RGB (Red+Green+Blue) = 23+82+90=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #17525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525A is #E8ADA5. Grayscale: #414141. Windows color (decimal): -15248806 or 5919255. OLE color: 5919255.
HSL color Cylindrical-coordinate representation of color #17525A: hue angle of 187.16º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17525A is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 82 | 90 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.65 |
| HSL | 187.16º | 0.59% | 0.22% | - |
| HSV(B) | 187.16º | 0.74% | 0.35% | - |
| XYZ | 5.22 | 6.95 | 10.74 | - |
| YUV | 65.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 90 | 0.74 | 0.09 | 0 | 0.65 | 187.16 | 0.59 | 0.22 |
| Hex | 17 | 52 | 5A | 4A | 9 | 0 | 41 | BB | 3B | 16 |
| Octal | 27 | 122 | 132 | 112 | 11 | 0 | 101 | 273 | 73 | 26 |
| Binary | 10111 | 1010010 | 1011010 | 1001010 | 1001 | 0 | 1000001 | 10111011 | 111011 | 10110 |
Color Harmonies of #17525A
Complementary color
Monochromatic Colors of #17525A
Black with #17525A
Text Example
Text Example
White with #17525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17525A; }
p { color: rgb(23,82,90); }
H1.HeaderClassName
{
color: #17525A;
}
.AnyTagClassName
{
color: #17525A;
}
</style>
background-color css
<style>
a { background-color: #17525A; }
a { background-color: rgb(23,82,90); }
div.DivClassName
{
background-color: #17525A;
}
.BgClassName
{
background-color: #17525A;
}
</style>
border-color css
<style>
span { border-color: #17525A; }
span { border-color: rgb(23,82,90); }
td.TdClassName
{
border-color: #17525A;
}
.TagClassName
{
border-color: #17525A;
}
</style>