#77AFBF

Color #77AFBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #77AFBF

Tints of Glacier #77AFBF

Color information

#77AFBF (or 0x77AFBF) is unknown color: approx Glacier. HEX triplet: 77, AF and BF. RGB value is (119,175,191). Sum of RGB (Red+Green+Blue) = 119+175+191=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #77AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFBF is #885040. Grayscale: #9F9F9F. Windows color (decimal): -8933441 or 12562295. OLE color: 12562295.

HSL color Cylindrical-coordinate representation of color #77AFBF: hue angle of 193.33º 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 #77AFBF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119175191-
CMYK0.380.0800.25
HSL193.33º36%60.78%-
HSV(B)193.33º37.7%74.9%-
XYZ32.3438.3454.99-
YUV160.08145.4598.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 191 (75% from 255) = 39.38%
R=24.54%
G=36.08%
B=39.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191751910.380.0800.25193.333660.78
Hex77AFBF268019c1243d
Octal16725727746100313014475
Binary11101111010111110111111100110100001100111000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77AFBF;
 }
 .AnyTagClassName
 {
   color: #77AFBF;
 }
</style>
background-color css

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

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

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

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

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

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