Html Css Color HEX #77BABF Glacier

📋 copy color: '#77BABF'

red 119 ◦ green 186 ◦ blue 191

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

Shades of Glacier #77BABF

Tints of Glacier #77BABF

RGB

 RED value IS 119 (46.88% from 255) = 23.99%

 GREEN value IS 186 (73.05% from 255) = 37.5%

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

R = 23.99%
G = 37.5%
B = 38.51%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77BABF (or 0x77BABF) is known color: Glacier. HEX triplet: 77, BA and BF. RGB value is (119,186,191). Sum of RGB (Red+Green+Blue) = 119+186+191=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #77BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BABF is #884540. Grayscale: #A6A6A6. Windows color (decimal): -8930625 or 12565111. OLE color: 12565111.

HSL color Cylindrical-coordinate representation of color #77BABF: hue angle of 184.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BABF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 186 191 -
CMYK 0.38 0.03 0 0.25
HSL 184.17º 0.36% 0.61% -
HSV(B) 184.17º 0.38% 0.75% -
XYZ 34.57 42.8 55.73 -
YUV 166.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 119 186 191 0.38 0.03 0 0.25 184.17 0.36 0.61
Hex 77 BA BF 26 3 0 19 B8 24 3D
Octal 167 272 277 46 3 0 31 270 44 75
Binary 1110111 10111010 10111111 100110 11 0 11001 10111000 100100 111101

Color Harmonies of #77BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BABF

Black with #77BABF

Text Example


Text Example

White with #77BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BABF; }

 p { color: rgb(119,186,191); }

 H1.HeaderClassName
 {
   color: #77BABF;
 }
 .AnyTagClassName
 {
   color: #77BABF;
 }
</style>

background-color css

<style>
 a { background-color: #77BABF; }

 a { background-color: rgb(119,186,191); }

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

border-color css

<style>
 span { border-color: #77BABF; }

 span { border-color: rgb(119,186,191); }

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