Html Css Color HEX #76ACBA Glacier

📋 copy color: '#76ACBA'

red 118 ◦ green 172 ◦ blue 186

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

Shades of Glacier #76ACBA

Tints of Glacier #76ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

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

R = 24.79%
G = 36.13%
B = 39.08%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76ACBA (or 0x76ACBA) is known color: Glacier. HEX triplet: 76, AC and BA. RGB value is (118,172,186). Sum of RGB (Red+Green+Blue) = 118+172+186=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #76ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACBA is #895345. Grayscale: #9D9D9D. Windows color (decimal): -8999750 or 12233846. OLE color: 12233846.

HSL color Cylindrical-coordinate representation of color #76ACBA: hue angle of 192.35º 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 #76ACBA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 172 186 -
CMYK 0.37 0.08 0 0.27
HSL 192.35º 0.33% 0.6% -
HSV(B) 192.35º 0.37% 0.73% -
XYZ 31.09 36.9 51.94 -
YUV 157.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 118 172 186 0.37 0.08 0 0.27 192.35 0.33 0.6
Hex 76 AC BA 25 8 0 1B C0 21 3C
Octal 166 254 272 45 10 0 33 300 41 74
Binary 1110110 10101100 10111010 100101 1000 0 11011 11000000 100001 111100

Color Harmonies of #76ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACBA

Black with #76ACBA

Text Example


Text Example

White with #76ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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