Html Css Color HEX #178EAE Pelorous

📋 copy color: '#178EAE'

red 23 ◦ green 142 ◦ blue 174

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

Shades of Pelorous #178EAE

Tints of Pelorous #178EAE

RGB

 RED value IS 23 (9.38% from 255) = 6.78%

 GREEN value IS 142 (55.86% from 255) = 41.89%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 6.78%
G = 41.89%
B = 51.33%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#178EAE (or 0x178EAE) is known color: Pelorous. HEX triplet: 17, 8E and AE. RGB value is (23,142,174). Sum of RGB (Red+Green+Blue) = 23+142+174=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #178EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178EAE is #E87151. Grayscale: #6D6D6D. Windows color (decimal): -15233362 or 11439639. OLE color: 11439639.

HSL color Cylindrical-coordinate representation of color #178EAE: hue angle of 192.72º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178EAE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 142 174 -
CMYK 0.87 0.18 0 0.32
HSL 192.72º 0.77% 0.39% -
HSV(B) 192.72º 0.87% 0.68% -
XYZ 17.67 22.58 43.47 -
YUV 110.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 23 142 174 0.87 0.18 0 0.32 192.72 0.77 0.39
Hex 17 8E AE 57 12 0 20 C1 4D 27
Octal 27 216 256 127 22 0 40 301 115 47
Binary 10111 10001110 10101110 1010111 10010 0 100000 11000001 1001101 100111

Color Harmonies of #178EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178EAE

Black with #178EAE

Text Example


Text Example

White with #178EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,142,174); }

 H1.HeaderClassName
 {
   color: #178EAE;
 }
 .AnyTagClassName
 {
   color: #178EAE;
 }
</style>

background-color css

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

 a { background-color: rgb(23,142,174); }

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

border-color css

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

 span { border-color: rgb(23,142,174); }

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