#178CAC

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

Shades of Pelorous #178CAC

Tints of Pelorous #178CAC

Color information

#178CAC (or 0x178CAC) is unknown color: approx Pelorous. HEX triplet: 17, 8C and AC. RGB value is (23,140,172). Sum of RGB (Red+Green+Blue) = 23+140+172=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #178CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CAC is #E87353. Grayscale: #6C6C6C. Windows color (decimal): -15233876 or 11308055. OLE color: 11308055.

HSL color Cylindrical-coordinate representation of color #178CAC: hue angle of 192.89º 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 #178CAC is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23140172-
CMYK0.870.1900.33
HSL192.89º76.41%38.24%-
HSV(B)192.89º86.63%67.45%-
XYZ17.1821.9242.35-
YUV108.66163.7466.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.87%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=6.87%
G=41.79%
B=51.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231401720.870.1900.33192.8976.4138.24
Hex178CAC5713021c14c26
Octal272142541272304130111446
Binary1011110001100101011001010111100110100001110000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178CAC; }

 p { color: rgb(23,140,172); }

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

<style>
 a { background-color: #178CAC; }

 a { background-color: rgb(23,140,172); }

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

<style>
 span { border-color: #178CAC; }

 span { border-color: rgb(23,140,172); }

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