Html Css Color HEX #80ACBF Glacier

📋 copy color: '#80ACBF'

red 128 ◦ green 172 ◦ blue 191

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

Shades of Glacier #80ACBF

Tints of Glacier #80ACBF

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 26.07%
G = 35.03%
B = 38.9%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80ACBF (or 0x80ACBF) is known color: Glacier. HEX triplet: 80, AC and BF. RGB value is (128,172,191). Sum of RGB (Red+Green+Blue) = 128+172+191=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #80ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACBF is #7F5340. Grayscale: #A0A0A0. Windows color (decimal): -8344385 or 12561536. OLE color: 12561536.

HSL color Cylindrical-coordinate representation of color #80ACBF: hue angle of 198.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80ACBF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 172 191 -
CMYK 0.33 0.10 0 0.25
HSL 198.1º 0.33% 0.63% -
HSV(B) 198.1º 0.33% 0.75% -
XYZ 33.06 37.86 54.85 -
YUV 161.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 128 172 191 0.33 0.10 0 0.25 198.1 0.33 0.63
Hex 80 AC BF 21 A 0 19 C6 21 3F
Octal 200 254 277 41 12 0 31 306 41 77
Binary 10000000 10101100 10111111 100001 1010 0 11001 11000110 100001 111111

Color Harmonies of #80ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACBF

Black with #80ACBF

Text Example


Text Example

White with #80ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ACBF; }

 p { color: rgb(128,172,191); }

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

background-color css

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

 a { background-color: rgb(128,172,191); }

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

border-color css

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

 span { border-color: rgb(128,172,191); }

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