Html Css Color HEX #79B2BA Glacier

📋 copy color: '#79B2BA'

red 121 ◦ green 178 ◦ blue 186

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

Shades of Glacier #79B2BA

Tints of Glacier #79B2BA

RGB

 RED value IS 121 (47.66% from 255) = 24.95%

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

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

R = 24.95%
G = 36.7%
B = 38.35%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#79B2BA (or 0x79B2BA) is known color: Glacier. HEX triplet: 79, B2 and BA. RGB value is (121,178,186). Sum of RGB (Red+Green+Blue) = 121+178+186=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2BA is #864D45. Grayscale: #A1A1A1. Windows color (decimal): -8801606 or 12235385. OLE color: 12235385.

HSL color Cylindrical-coordinate representation of color #79B2BA: hue angle of 187.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79B2BA is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 178 186 -
CMYK 0.35 0.04 0 0.27
HSL 187.38º 0.32% 0.6% -
HSV(B) 187.38º 0.35% 0.73% -
XYZ 32.67 39.45 52.35 -
YUV 161.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 121 178 186 0.35 0.04 0 0.27 187.38 0.32 0.6
Hex 79 B2 BA 23 4 0 1B BB 20 3C
Octal 171 262 272 43 4 0 33 273 40 74
Binary 1111001 10110010 10111010 100011 100 0 11011 10111011 100000 111100

Color Harmonies of #79B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B2BA

Black with #79B2BA

Text Example


Text Example

White with #79B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79B2BA; }

 p { color: rgb(121,178,186); }

 H1.HeaderClassName
 {
   color: #79B2BA;
 }
 .AnyTagClassName
 {
   color: #79B2BA;
 }
</style>

background-color css

<style>
 a { background-color: #79B2BA; }

 a { background-color: rgb(121,178,186); }

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

border-color css

<style>
 span { border-color: #79B2BA; }

 span { border-color: rgb(121,178,186); }

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