Html Css Color HEX #178DA5 Pelorous

📋 copy color: '#178DA5'

red 23 ◦ green 141 ◦ blue 165

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

Shades of Pelorous #178DA5

Tints of Pelorous #178DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

 BLUE value IS 165 (64.84% from 255) = 50.15%

R = 6.99%
G = 42.86%
B = 50.15%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#178DA5 (or 0x178DA5) is known color: Pelorous. HEX triplet: 17, 8D and A5. RGB value is (23,141,165). Sum of RGB (Red+Green+Blue) = 23+141+165=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #178DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DA5 is #E8725A. Grayscale: #6C6C6C. Windows color (decimal): -15233627 or 10849559. OLE color: 10849559.

HSL color Cylindrical-coordinate representation of color #178DA5: hue angle of 190.14º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178DA5 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 141 165 -
CMYK 0.86 0.15 0 0.35
HSL 190.14º 0.76% 0.37% -
HSV(B) 190.14º 0.86% 0.65% -
XYZ 16.67 21.95 38.96 -
YUV 108.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 23 141 165 0.86 0.15 0 0.35 190.14 0.76 0.37
Hex 17 8D A5 56 F 0 23 BE 4C 25
Octal 27 215 245 126 17 0 43 276 114 45
Binary 10111 10001101 10100101 1010110 1111 0 100011 10111110 1001100 100101

Color Harmonies of #178DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DA5

Black with #178DA5

Text Example


Text Example

White with #178DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,141,165); }

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

background-color css

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

 a { background-color: rgb(23,141,165); }

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

border-color css

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

 span { border-color: rgb(23,141,165); }

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