Html Css Color HEX #76B9BE Glacier

📋 copy color: '#76B9BE'

red 118 ◦ green 185 ◦ blue 190

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

Shades of Glacier #76B9BE

Tints of Glacier #76B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.53%

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

R = 23.94%
G = 37.53%
B = 38.54%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76B9BE (or 0x76B9BE) is known color: Glacier. HEX triplet: 76, B9 and BE. RGB value is (118,185,190). Sum of RGB (Red+Green+Blue) = 118+185+190=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #76B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B9BE is #894641. Grayscale: #A5A5A5. Windows color (decimal): -8996418 or 12499318. OLE color: 12499318.

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

Color convert

RGB 118 185 190 -
CMYK 0.38 0.03 0 0.25
HSL 184.17º 0.36% 0.6% -
HSV(B) 184.17º 0.38% 0.75% -
XYZ 34.11 42.27 55.08 -
YUV 165.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 118 185 190 0.38 0.03 0 0.25 184.17 0.36 0.6
Hex 76 B9 BE 26 3 0 19 B8 24 3C
Octal 166 271 276 46 3 0 31 270 44 74
Binary 1110110 10111001 10111110 100110 11 0 11001 10111000 100100 111100

Color Harmonies of #76B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9BE

Black with #76B9BE

Text Example


Text Example

White with #76B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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