Html Css Color HEX #76BABF Glacier

📋 copy color: '#76BABF'

red 118 ◦ green 186 ◦ blue 191

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

Shades of Glacier #76BABF

Tints of Glacier #76BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.59%

R = 23.84%
G = 37.58%
B = 38.59%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76BABF (or 0x76BABF) is known color: Glacier. HEX triplet: 76, BA and BF. RGB value is (118,186,191). Sum of RGB (Red+Green+Blue) = 118+186+191=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #76BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BABF is #894540. Grayscale: #A6A6A6. Windows color (decimal): -8996161 or 12565110. OLE color: 12565110.

HSL color Cylindrical-coordinate representation of color #76BABF: hue angle of 184.11º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BABF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 186 191 -
CMYK 0.38 0.03 0 0.25
HSL 184.11º 0.36% 0.61% -
HSV(B) 184.11º 0.38% 0.75% -
XYZ 34.43 42.73 55.72 -
YUV 166.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 118 186 191 0.38 0.03 0 0.25 184.11 0.36 0.61
Hex 76 BA BF 26 3 0 19 B8 24 3D
Octal 166 272 277 46 3 0 31 270 44 75
Binary 1110110 10111010 10111111 100110 11 0 11001 10111000 100100 111101

Color Harmonies of #76BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BABF

Black with #76BABF

Text Example


Text Example

White with #76BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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