Html Css Color HEX #80BEBE Glacier

📋 copy color: '#80BEBE'

red 128 ◦ green 190 ◦ blue 190

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

Shades of Glacier #80BEBE

Tints of Glacier #80BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 25.2%
G = 37.4%
B = 37.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80BEBE (or 0x80BEBE) is known color: Glacier. HEX triplet: 80, BE and BE. RGB value is (128,190,190). Sum of RGB (Red+Green+Blue) = 128+190+190=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #80BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBE is #7F4141. Grayscale: #ABABAB. Windows color (decimal): -8339778 or 12500608. OLE color: 12500608.

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

Color convert

RGB 128 190 190 -
CMYK 0.33 0 0 0.25
HSL 180º 0.32% 0.62% -
HSV(B) 180º 0.33% 0.75% -
XYZ 36.61 45.13 55.5 -
YUV 171.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 128 190 190 0.33 0 0 0.25 180 0.32 0.62
Hex 80 BE BE 21 0 0 19 B4 20 3E
Octal 200 276 276 41 0 0 31 264 40 76
Binary 10000000 10111110 10111110 100001 0 0 11001 10110100 100000 111110

Color Harmonies of #80BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEBE

Black with #80BEBE

Text Example


Text Example

White with #80BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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