Html Css Color HEX #76B1BE Glacier

📋 copy color: '#76B1BE'

red 118 ◦ green 177 ◦ blue 190

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

Shades of Glacier #76B1BE

Tints of Glacier #76B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 24.33%
G = 36.49%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76B1BE (or 0x76B1BE) is known color: Glacier. HEX triplet: 76, B1 and BE. RGB value is (118,177,190). Sum of RGB (Red+Green+Blue) = 118+177+190=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #76B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1BE is #894E41. Grayscale: #A0A0A0. Windows color (decimal): -8998466 or 12497270. OLE color: 12497270.

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

Color convert

RGB 118 177 190 -
CMYK 0.38 0.07 0 0.25
HSL 190.83º 0.36% 0.6% -
HSV(B) 190.83º 0.38% 0.75% -
XYZ 32.49 39.01 54.53 -
YUV 160.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 118 177 190 0.38 0.07 0 0.25 190.83 0.36 0.6
Hex 76 B1 BE 26 7 0 19 BF 24 3C
Octal 166 261 276 46 7 0 31 277 44 74
Binary 1110110 10110001 10111110 100110 111 0 11001 10111111 100100 111100

Color Harmonies of #76B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B1BE

Black with #76B1BE

Text Example


Text Example

White with #76B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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