Html Css Color HEX #76AEBA Glacier

📋 copy color: '#76AEBA'

red 118 ◦ green 174 ◦ blue 186

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

Shades of Glacier #76AEBA

Tints of Glacier #76AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

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

R = 24.69%
G = 36.4%
B = 38.91%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76AEBA (or 0x76AEBA) is known color: Glacier. HEX triplet: 76, AE and BA. RGB value is (118,174,186). Sum of RGB (Red+Green+Blue) = 118+174+186=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #76AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEBA is #895145. Grayscale: #9E9E9E. Windows color (decimal): -8999238 or 12234358. OLE color: 12234358.

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

Color convert

RGB 118 174 186 -
CMYK 0.37 0.06 0 0.27
HSL 190.59º 0.33% 0.6% -
HSV(B) 190.59º 0.37% 0.73% -
XYZ 31.47 37.67 52.07 -
YUV 158.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 118 174 186 0.37 0.06 0 0.27 190.59 0.33 0.6
Hex 76 AE BA 25 6 0 1B BF 21 3C
Octal 166 256 272 45 6 0 33 277 41 74
Binary 1110110 10101110 10111010 100101 110 0 11011 10111111 100001 111100

Color Harmonies of #76AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEBA

Black with #76AEBA

Text Example


Text Example

White with #76AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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