Html Css Color HEX #178CAC Pelorous

📋 copy color: '#178CAC'

red 23 ◦ green 140 ◦ blue 172

#178CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #178CAC

Tints of Pelorous #178CAC

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 value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178CAC (or 0x178CAC) is known color: 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

RGB 23 140 172 -
CMYK 0.87 0.19 0 0.33
HSL 192.89º 0.76% 0.38% -
HSV(B) 192.89º 0.87% 0.67% -
XYZ 17.18 21.92 42.35 -
YUV 108.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 23 140 172 0.87 0.19 0 0.33 192.89 0.76 0.38
Hex 17 8C AC 57 13 0 21 C1 4C 26
Octal 27 214 254 127 23 0 41 301 114 46
Binary 10111 10001100 10101100 1010111 10011 0 100001 11000001 1001100 100110

Color Harmonies of #178CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CAC

Black with #178CAC

Text Example


Text Example

White with #178CAC

Text Example


Text Example

HTML Codes & Css Web 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>