Html Css Color HEX #77AEBE Glacier

📋 copy color: '#77AEBE'

red 119 ◦ green 174 ◦ blue 190

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

Shades of Glacier #77AEBE

Tints of Glacier #77AEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.02%

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

R = 24.64%
G = 36.02%
B = 39.34%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77AEBE (or 0x77AEBE) is known color: Glacier. HEX triplet: 77, AE and BE. RGB value is (119,174,190). Sum of RGB (Red+Green+Blue) = 119+174+190=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #77AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEBE is #885141. Grayscale: #9F9F9F. Windows color (decimal): -8933698 or 12496503. OLE color: 12496503.

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

Color convert

RGB 119 174 190 -
CMYK 0.37 0.08 0 0.25
HSL 193.52º 0.35% 0.61% -
HSV(B) 193.52º 0.37% 0.75% -
XYZ 32.04 37.91 54.34 -
YUV 159.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 119 174 190 0.37 0.08 0 0.25 193.52 0.35 0.61
Hex 77 AE BE 25 8 0 19 C2 23 3D
Octal 167 256 276 45 10 0 31 302 43 75
Binary 1110111 10101110 10111110 100101 1000 0 11001 11000010 100011 111101

Color Harmonies of #77AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEBE

Black with #77AEBE

Text Example


Text Example

White with #77AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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