Html Css Color HEX #177D80 Atoll

📋 copy color: '#177D80'

red 23 ◦ green 125 ◦ blue 128

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

Shades of Atoll #177D80

Tints of Atoll #177D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

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

R = 8.33%
G = 45.29%
B = 46.38%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#177D80 (or 0x177D80) is known color: Atoll. HEX triplet: 17, 7D and 80. RGB value is (23,125,128). Sum of RGB (Red+Green+Blue) = 23+125+128=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #177D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177D80 is #E8827F. Grayscale: #5E5E5E. Windows color (decimal): -15237760 or 8420631. OLE color: 8420631.

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

Color convert

RGB 23 125 128 -
CMYK 0.82 0.02 0 0.50
HSL 181.71º 0.7% 0.3% -
HSV(B) 181.71º 0.82% 0.5% -
XYZ 11.58 16.41 22.98 -
YUV 94.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 23 125 128 0.82 0.02 0 0.50 181.71 0.7 0.3
Hex 17 7D 80 52 2 0 32 B6 46 1E
Octal 27 175 200 122 2 0 62 266 106 36
Binary 10111 1111101 10000000 1010010 10 0 110010 10110110 1000110 11110

Color Harmonies of #177D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177D80

Black with #177D80

Text Example


Text Example

White with #177D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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