Html Css Color HEX #179DAA Pelorous

📋 copy color: '#179DAA'

red 23 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #179DAA

Tints of Pelorous #179DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 6.57%
G = 44.86%
B = 48.57%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#179DAA (or 0x179DAA) is known color: Pelorous. HEX triplet: 17, 9D and AA. RGB value is (23,157,170). Sum of RGB (Red+Green+Blue) = 23+157+170=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #179DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAA is #E86255. Grayscale: #767676. Windows color (decimal): -15229526 or 11181335. OLE color: 11181335.

HSL color Cylindrical-coordinate representation of color #179DAA: hue angle of 185.31º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179DAA is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 157 170 -
CMYK 0.86 0.08 0 0.33
HSL 185.31º 0.76% 0.38% -
HSV(B) 185.31º 0.86% 0.67% -
XYZ 19.67 27.2 42.24 -
YUV 118.42 157.11 59.94 -
System Red Green Blue C M Y K H S L
Decimal 23 157 170 0.86 0.08 0 0.33 185.31 0.76 0.38
Hex 17 9D AA 56 8 0 21 B9 4C 26
Octal 27 235 252 126 10 0 41 271 114 46
Binary 10111 10011101 10101010 1010110 1000 0 100001 10111001 1001100 100110

Color Harmonies of #179DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DAA

Black with #179DAA

Text Example


Text Example

White with #179DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #179DAA; }

 p { color: rgb(23,157,170); }

 H1.HeaderClassName
 {
   color: #179DAA;
 }
 .AnyTagClassName
 {
   color: #179DAA;
 }
</style>

background-color css

<style>
 a { background-color: #179DAA; }

 a { background-color: rgb(23,157,170); }

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

border-color css

<style>
 span { border-color: #179DAA; }

 span { border-color: rgb(23,157,170); }

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