Html Css Color HEX #76BAC6 Glacier

📋 copy color: '#76BAC6'

red 118 ◦ green 186 ◦ blue 198

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

Shades of Glacier #76BAC6

Tints of Glacier #76BAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 23.51%
G = 37.05%
B = 39.44%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#76BAC6 (or 0x76BAC6) is known color: Glacier. HEX triplet: 76, BA and C6. RGB value is (118,186,198). Sum of RGB (Red+Green+Blue) = 118+186+198=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #76BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BAC6 is #894539. Grayscale: #A6A6A6. Windows color (decimal): -8996154 or 13023862. OLE color: 13023862.

HSL color Cylindrical-coordinate representation of color #76BAC6: hue angle of 189º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BAC6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 186 198 -
CMYK 0.40 0.06 0 0.22
HSL 189º 0.41% 0.62% -
HSV(B) 189º 0.4% 0.78% -
XYZ 35.22 43.05 59.88 -
YUV 167.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 118 186 198 0.40 0.06 0 0.22 189 0.41 0.62
Hex 76 BA C6 28 6 0 16 BD 29 3E
Octal 166 272 306 50 6 0 26 275 51 76
Binary 1110110 10111010 11000110 101000 110 0 10110 10111101 101001 111110

Color Harmonies of #76BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAC6

Black with #76BAC6

Text Example


Text Example

White with #76BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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