Html Css Color HEX #76B2C6 Glacier

📋 copy color: '#76B2C6'

red 118 ◦ green 178 ◦ blue 198

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

Shades of Glacier #76B2C6

Tints of Glacier #76B2C6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 23.89%
G = 36.03%
B = 40.08%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#76B2C6 (or 0x76B2C6) is known color: Glacier. HEX triplet: 76, B2 and C6. RGB value is (118,178,198). Sum of RGB (Red+Green+Blue) = 118+178+198=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #76B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2C6 is #894D39. Grayscale: #A2A2A2. Windows color (decimal): -8998202 or 13021814. OLE color: 13021814.

HSL color Cylindrical-coordinate representation of color #76B2C6: hue angle of 195º 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 #76B2C6 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 178 198 -
CMYK 0.40 0.10 0 0.22
HSL 195º 0.41% 0.62% -
HSV(B) 195º 0.4% 0.78% -
XYZ 33.58 39.77 59.33 -
YUV 162.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 118 178 198 0.40 0.10 0 0.22 195 0.41 0.62
Hex 76 B2 C6 28 A 0 16 C3 29 3E
Octal 166 262 306 50 12 0 26 303 51 76
Binary 1110110 10110010 11000110 101000 1010 0 10110 11000011 101001 111110

Color Harmonies of #76B2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2C6

Black with #76B2C6

Text Example


Text Example

White with #76B2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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