Html Css Color HEX #76BBBA Glacier

📋 copy color: '#76BBBA'

red 118 ◦ green 187 ◦ blue 186

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

Shades of Glacier #76BBBA

Tints of Glacier #76BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

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

R = 24.03%
G = 38.09%
B = 37.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#76BBBA (or 0x76BBBA) is known color: Glacier. HEX triplet: 76, BB and BA. RGB value is (118,187,186). Sum of RGB (Red+Green+Blue) = 118+187+186=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBA is #894445. Grayscale: #A6A6A6. Windows color (decimal): -8995910 or 12237686. OLE color: 12237686.

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

Color convert

RGB 118 187 186 -
CMYK 0.37 0 0.01 0.27
HSL 179.13º 0.34% 0.6% -
HSV(B) 179.13º 0.37% 0.73% -
XYZ 34.1 42.94 52.94 -
YUV 166.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 118 187 186 0.37 0 0.01 0.27 179.13 0.34 0.6
Hex 76 BB BA 25 0 1 1B B3 22 3C
Octal 166 273 272 45 0 1 33 263 42 74
Binary 1110110 10111011 10111010 100101 0 1 11011 10110011 100010 111100

Color Harmonies of #76BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBBA

Black with #76BBBA

Text Example


Text Example

White with #76BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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