Shades of Pelorous #17A1AC
Tints of Pelorous #17A1AC
RGB
CMYK
RGB Variations
Color information
#17A1AC (or 0x17A1AC) is known color: Pelorous. HEX triplet: 17, A1 and AC. RGB value is (23,161,172). Sum of RGB (Red+Green+Blue) = 23+161+172=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #17A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A1AC is #E85E53. Grayscale: #787878. Windows color (decimal): -15228500 or 11313431. OLE color: 11313431.
HSL color Cylindrical-coordinate representation of color #17A1AC: hue angle of 184.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A1AC is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 161 | 172 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.33 |
| HSL | 184.43º | 0.76% | 0.38% | - |
| HSV(B) | 184.43º | 0.87% | 0.67% | - |
| XYZ | 20.54 | 28.65 | 43.48 | - |
| YUV | 120.99 | 156.78 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 161 | 172 | 0.87 | 0.06 | 0 | 0.33 | 184.43 | 0.76 | 0.38 |
| Hex | 17 | A1 | AC | 57 | 6 | 0 | 21 | B8 | 4C | 26 |
| Octal | 27 | 241 | 254 | 127 | 6 | 0 | 41 | 270 | 114 | 46 |
| Binary | 10111 | 10100001 | 10101100 | 1010111 | 110 | 0 | 100001 | 10111000 | 1001100 | 100110 |
Color Harmonies of #17A1AC
Complementary color
Monochromatic Colors of #17A1AC
Black with #17A1AC
Text Example
Text Example
White with #17A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A1AC; }
p { color: rgb(23,161,172); }
H1.HeaderClassName
{
color: #17A1AC;
}
.AnyTagClassName
{
color: #17A1AC;
}
</style>
background-color css
<style>
a { background-color: #17A1AC; }
a { background-color: rgb(23,161,172); }
div.DivClassName
{
background-color: #17A1AC;
}
.BgClassName
{
background-color: #17A1AC;
}
</style>
border-color css
<style>
span { border-color: #17A1AC; }
span { border-color: rgb(23,161,172); }
td.TdClassName
{
border-color: #17A1AC;
}
.TagClassName
{
border-color: #17A1AC;
}
</style>