Html Css Color HEX #80BDBF Glacier

📋 copy color: '#80BDBF'

red 128 ◦ green 189 ◦ blue 191

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

Shades of Glacier #80BDBF

Tints of Glacier #80BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 25.2%
G = 37.2%
B = 37.6%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80BDBF (or 0x80BDBF) is known color: Glacier. HEX triplet: 80, BD and BF. RGB value is (128,189,191). Sum of RGB (Red+Green+Blue) = 128+189+191=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDBF is #7F4240. Grayscale: #AAAAAA. Windows color (decimal): -8340033 or 12565888. OLE color: 12565888.

HSL color Cylindrical-coordinate representation of color #80BDBF: hue angle of 181.9º 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 #80BDBF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 189 191 -
CMYK 0.33 0.01 0 0.25
HSL 181.9º 0.33% 0.63% -
HSV(B) 181.9º 0.33% 0.75% -
XYZ 36.5 44.75 56 -
YUV 170.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 128 189 191 0.33 0.01 0 0.25 181.9 0.33 0.63
Hex 80 BD BF 21 1 0 19 B6 21 3F
Octal 200 275 277 41 1 0 31 266 41 77
Binary 10000000 10111101 10111111 100001 1 0 11001 10110110 100001 111111

Color Harmonies of #80BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDBF

Black with #80BDBF

Text Example


Text Example

White with #80BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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