Shades of Teal Blue #17515C
Tints of Teal Blue #17515C
RGB
CMYK
RGB Variations
Color information
#17515C (or 0x17515C) is known color: Teal Blue. HEX triplet: 17, 51 and 5C. RGB value is (23,81,92). Sum of RGB (Red+Green+Blue) = 23+81+92=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #17515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17515C is #E8AEA3. Grayscale: #404040. Windows color (decimal): -15249060 or 6050071. OLE color: 6050071.
HSL color Cylindrical-coordinate representation of color #17515C: hue angle of 189.57º 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 #17515C is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 81 | 92 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.64 |
| HSL | 189.57º | 0.6% | 0.23% | - |
| HSV(B) | 189.57º | 0.75% | 0.36% | - |
| XYZ | 5.23 | 6.84 | 11.17 | - |
| YUV | 64.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 92 | 0.75 | 0.12 | 0 | 0.64 | 189.57 | 0.6 | 0.23 |
| Hex | 17 | 51 | 5C | 4B | C | 0 | 40 | BE | 3C | 17 |
| Octal | 27 | 121 | 134 | 113 | 14 | 0 | 100 | 276 | 74 | 27 |
| Binary | 10111 | 1010001 | 1011100 | 1001011 | 1100 | 0 | 1000000 | 10111110 | 111100 | 10111 |
Color Harmonies of #17515C
Complementary color
Monochromatic Colors of #17515C
Black with #17515C
Text Example
Text Example
White with #17515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17515C; }
p { color: rgb(23,81,92); }
H1.HeaderClassName
{
color: #17515C;
}
.AnyTagClassName
{
color: #17515C;
}
</style>
background-color css
<style>
a { background-color: #17515C; }
a { background-color: rgb(23,81,92); }
div.DivClassName
{
background-color: #17515C;
}
.BgClassName
{
background-color: #17515C;
}
</style>
border-color css
<style>
span { border-color: #17515C; }
span { border-color: rgb(23,81,92); }
td.TdClassName
{
border-color: #17515C;
}
.TagClassName
{
border-color: #17515C;
}
</style>