Html Css Color HEX #76A2BE Glacier

📋 copy color: '#76A2BE'

red 118 ◦ green 162 ◦ blue 190

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

Shades of Glacier #76A2BE

Tints of Glacier #76A2BE

RGB

 RED value IS 118 (46.48% from 255) = 25.11%

 GREEN value IS 162 (63.67% from 255) = 34.47%

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

R = 25.11%
G = 34.47%
B = 40.43%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76A2BE (or 0x76A2BE) is known color: Glacier. HEX triplet: 76, A2 and BE. RGB value is (118,162,190). Sum of RGB (Red+Green+Blue) = 118+162+190=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #76A2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2BE is #895D41. Grayscale: #979797. Windows color (decimal): -9002306 or 12493430. OLE color: 12493430.

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

Color convert

RGB 118 162 190 -
CMYK 0.38 0.15 0 0.25
HSL 203.33º 0.36% 0.6% -
HSV(B) 203.33º 0.38% 0.75% -
XYZ 29.69 33.41 53.6 -
YUV 152.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 118 162 190 0.38 0.15 0 0.25 203.33 0.36 0.6
Hex 76 A2 BE 26 F 0 19 CB 24 3C
Octal 166 242 276 46 17 0 31 313 44 74
Binary 1110110 10100010 10111110 100110 1111 0 11001 11001011 100100 111100

Color Harmonies of #76A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2BE

Black with #76A2BE

Text Example


Text Example

White with #76A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A2BE; }

 p { color: rgb(118,162,190); }

 H1.HeaderClassName
 {
   color: #76A2BE;
 }
 .AnyTagClassName
 {
   color: #76A2BE;
 }
</style>

background-color css

<style>
 a { background-color: #76A2BE; }

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

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

border-color css

<style>
 span { border-color: #76A2BE; }

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

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