Shades of Pelorous #17A1AF
Tints of Pelorous #17A1AF
RGB
CMYK
RGB Variations
Color information
#17A1AF (or 0x17A1AF) is known color: Pelorous. HEX triplet: 17, A1 and AF. RGB value is (23,161,175). Sum of RGB (Red+Green+Blue) = 23+161+175=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #17A1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A1AF is #E85E50. Grayscale: #797979. Windows color (decimal): -15228497 or 11510039. OLE color: 11510039.
HSL color Cylindrical-coordinate representation of color #17A1AF: hue angle of 185.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A1AF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 161 | 175 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.31 |
| HSL | 185.53º | 0.77% | 0.39% | - |
| HSV(B) | 185.53º | 0.87% | 0.69% | - |
| XYZ | 20.84 | 28.77 | 45.01 | - |
| YUV | 121.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 161 | 175 | 0.87 | 0.08 | 0 | 0.31 | 185.53 | 0.77 | 0.39 |
| Hex | 17 | A1 | AF | 57 | 8 | 0 | 1F | BA | 4D | 27 |
| Octal | 27 | 241 | 257 | 127 | 10 | 0 | 37 | 272 | 115 | 47 |
| Binary | 10111 | 10100001 | 10101111 | 1010111 | 1000 | 0 | 11111 | 10111010 | 1001101 | 100111 |
Color Harmonies of #17A1AF
Complementary color
Monochromatic Colors of #17A1AF
Black with #17A1AF
Text Example
Text Example
White with #17A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A1AF; }
p { color: rgb(23,161,175); }
H1.HeaderClassName
{
color: #17A1AF;
}
.AnyTagClassName
{
color: #17A1AF;
}
</style>
background-color css
<style>
a { background-color: #17A1AF; }
a { background-color: rgb(23,161,175); }
div.DivClassName
{
background-color: #17A1AF;
}
.BgClassName
{
background-color: #17A1AF;
}
</style>
border-color css
<style>
span { border-color: #17A1AF; }
span { border-color: rgb(23,161,175); }
td.TdClassName
{
border-color: #17A1AF;
}
.TagClassName
{
border-color: #17A1AF;
}
</style>