Html Css Color HEX #177A80 Atoll

📋 copy color: '#177A80'

red 23 ◦ green 122 ◦ blue 128

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

Shades of Atoll #177A80

Tints of Atoll #177A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

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

R = 8.42%
G = 44.69%
B = 46.89%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#177A80 (or 0x177A80) is known color: Atoll. HEX triplet: 17, 7A and 80. RGB value is (23,122,128). Sum of RGB (Red+Green+Blue) = 23+122+128=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #177A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177A80 is #E8857F. Grayscale: #5C5C5C. Windows color (decimal): -15238528 or 8419863. OLE color: 8419863.

HSL color Cylindrical-coordinate representation of color #177A80: hue angle of 183.43º 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 #177A80 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 122 128 -
CMYK 0.82 0.05 0 0.50
HSL 183.43º 0.7% 0.3% -
HSV(B) 183.43º 0.82% 0.5% -
XYZ 11.21 15.66 22.85 -
YUV 93.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 23 122 128 0.82 0.05 0 0.50 183.43 0.7 0.3
Hex 17 7A 80 52 5 0 32 B7 46 1E
Octal 27 172 200 122 5 0 62 267 106 36
Binary 10111 1111010 10000000 1010010 101 0 110010 10110111 1000110 11110

Color Harmonies of #177A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177A80

Black with #177A80

Text Example


Text Example

White with #177A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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