Html Css Color HEX #177074 Allports

📋 copy color: '#177074'

red 23 ◦ green 112 ◦ blue 116

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

Shades of Allports #177074

Tints of Allports #177074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 9.16%
G = 44.62%
B = 46.22%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#177074 (or 0x177074) is known color: Allports. HEX triplet: 17, 70 and 74. RGB value is (23,112,116). Sum of RGB (Red+Green+Blue) = 23+112+116=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #177074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177074 is #E88F8B. Grayscale: #555555. Windows color (decimal): -15241100 or 7630871. OLE color: 7630871.

HSL color Cylindrical-coordinate representation of color #177074: hue angle of 182.58º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177074 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 112 116 -
CMYK 0.80 0.03 0 0.55
HSL 182.58º 0.67% 0.27% -
HSV(B) 182.58º 0.8% 0.45% -
XYZ 9.3 13.03 18.55 -
YUV 85.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 23 112 116 0.80 0.03 0 0.55 182.58 0.67 0.27
Hex 17 70 74 50 3 0 37 B7 43 1B
Octal 27 160 164 120 3 0 67 267 103 33
Binary 10111 1110000 1110100 1010000 11 0 110111 10110111 1000011 11011

Color Harmonies of #177074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177074

Black with #177074

Text Example


Text Example

White with #177074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177074; }

 p { color: rgb(23,112,116); }

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

background-color css

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

 a { background-color: rgb(23,112,116); }

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

border-color css

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

 span { border-color: rgb(23,112,116); }

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