Html Css Color HEX #76B0BA Glacier

📋 copy color: '#76B0BA'

red 118 ◦ green 176 ◦ blue 186

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

Shades of Glacier #76B0BA

Tints of Glacier #76B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 24.58%
G = 36.67%
B = 38.75%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76B0BA (or 0x76B0BA) is known color: Glacier. HEX triplet: 76, B0 and BA. RGB value is (118,176,186). Sum of RGB (Red+Green+Blue) = 118+176+186=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #76B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0BA is #894F45. Grayscale: #9F9F9F. Windows color (decimal): -8998726 or 12234870. OLE color: 12234870.

HSL color Cylindrical-coordinate representation of color #76B0BA: hue angle of 188.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76B0BA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 176 186 -
CMYK 0.37 0.05 0 0.27
HSL 188.82º 0.33% 0.6% -
HSV(B) 188.82º 0.37% 0.73% -
XYZ 31.86 38.45 52.2 -
YUV 159.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 118 176 186 0.37 0.05 0 0.27 188.82 0.33 0.6
Hex 76 B0 BA 25 5 0 1B BD 21 3C
Octal 166 260 272 45 5 0 33 275 41 74
Binary 1110110 10110000 10111010 100101 101 0 11011 10111101 100001 111100

Color Harmonies of #76B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B0BA

Black with #76B0BA

Text Example


Text Example

White with #76B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,186); }

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

background-color css

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

 a { background-color: rgb(118,176,186); }

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

border-color css

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

 span { border-color: rgb(118,176,186); }

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