#77BEC6

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

Shades of Glacier #77BEC6

Tints of Glacier #77BEC6

Color information

#77BEC6 (or 0x77BEC6) is unknown color: approx Glacier. HEX triplet: 77, BE and C6. RGB value is (119,190,198). Sum of RGB (Red+Green+Blue) = 119+190+198=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #77BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEC6 is #884139. Grayscale: #A9A9A9. Windows color (decimal): -8929594 or 13024887. OLE color: 13024887.

HSL color Cylindrical-coordinate representation of color #77BEC6: hue angle of 186.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BEC6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119190198-
CMYK0.400.0400.22
HSL186.08º40.93%62.16%-
HSV(B)186.08º39.9%77.65%-
XYZ36.2144.8360.17-
YUV169.68143.9891.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=23.47%
G=37.48%
B=39.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191901980.400.0400.22186.0840.9362.16
Hex77BEC6284016ba293e
Octal1672763065040262725176
Binary1110111101111101100011010100010001011010111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,190,198); }

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

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

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

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

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

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

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