Html Css Color HEX #176E80 Allports

📋 copy color: '#176E80'

red 23 ◦ green 110 ◦ blue 128

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

Shades of Allports #176E80

Tints of Allports #176E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 8.81%
G = 42.15%
B = 49.04%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#176E80 (or 0x176E80) is known color: Allports. HEX triplet: 17, 6E and 80. RGB value is (23,110,128). Sum of RGB (Red+Green+Blue) = 23+110+128=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #176E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176E80 is #E8917F. Grayscale: #555555. Windows color (decimal): -15241600 or 8416791. OLE color: 8416791.

HSL color Cylindrical-coordinate representation of color #176E80: hue angle of 190.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #176E80 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 110 128 -
CMYK 0.82 0.14 0 0.50
HSL 190.29º 0.7% 0.3% -
HSV(B) 190.29º 0.82% 0.5% -
XYZ 9.83 12.89 22.39 -
YUV 86.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 23 110 128 0.82 0.14 0 0.50 190.29 0.7 0.3
Hex 17 6E 80 52 E 0 32 BE 46 1E
Octal 27 156 200 122 16 0 62 276 106 36
Binary 10111 1101110 10000000 1010010 1110 0 110010 10111110 1000110 11110

Color Harmonies of #176E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176E80

Black with #176E80

Text Example


Text Example

White with #176E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176E80; }

 p { color: rgb(23,110,128); }

 H1.HeaderClassName
 {
   color: #176E80;
 }
 .AnyTagClassName
 {
   color: #176E80;
 }
</style>

background-color css

<style>
 a { background-color: #176E80; }

 a { background-color: rgb(23,110,128); }

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

border-color css

<style>
 span { border-color: #176E80; }

 span { border-color: rgb(23,110,128); }

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