#17A1C0

Color #17A1C0 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #17A1C0

Tints of Pelorous #17A1C0

Color information

#17A1C0 (or 0x17A1C0) is unknown color: approx Pelorous. HEX triplet: 17, A1 and C0. RGB value is (23,161,192). Sum of RGB (Red+Green+Blue) = 23+161+192=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #17A1C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A1C0 is #E85E3F. Grayscale: #7B7B7B. Windows color (decimal): -15228480 or 12624151. OLE color: 12624151.

HSL color Cylindrical-coordinate representation of color #17A1C0: hue angle of 191.01º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A1C0 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB23161192-
CMYK0.880.1600.25
HSL191.01º78.6%42.16%-
HSV(B)191.01º88.02%75.29%-
XYZ22.6129.4854.37-
YUV123.27166.7856.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.12%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=6.12%
G=42.82%
B=51.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231611920.880.1600.25191.0178.642.16
Hex17A1C05810019bf4f2a
Octal272413001302003127711752
Binary101111010000111000000101100010000011001101111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17A1C0; }

 p { color: rgb(23,161,192); }

 H1.HeaderClassName
 {
   color: #17A1C0;
 }
 .AnyTagClassName
 {
   color: #17A1C0;
 }
</style>
background-color css

<style>
 a { background-color: #17A1C0; }

 a { background-color: rgb(23,161,192); }

 div.DivClassName
 {
   background-color: #17A1C0;
 }
 .BgClassName
 {
   background-color: #17A1C0;
 }
</style>
border-color css

<style>
 span { border-color: #17A1C0; }

 span { border-color: rgb(23,161,192); }

 td.TdClassName
 {
   border-color: #17A1C0;
 }
 .TagClassName
 {
   border-color: #17A1C0;
 }
</style>