Html Css Color HEX #78AAB9 Glacier

📋 copy color: '#78AAB9'

red 120 ◦ green 170 ◦ blue 185

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

Shades of Glacier #78AAB9

Tints of Glacier #78AAB9

RGB

 RED value IS 120 (47.27% from 255) = 25.26%

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 25.26%
G = 35.79%
B = 38.95%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78AAB9 (or 0x78AAB9) is known color: Glacier. HEX triplet: 78, AA and B9. RGB value is (120,170,185). Sum of RGB (Red+Green+Blue) = 120+170+185=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #78AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AAB9 is #875546. Grayscale: #9C9C9C. Windows color (decimal): -8869191 or 12167800. OLE color: 12167800.

HSL color Cylindrical-coordinate representation of color #78AAB9: hue angle of 193.85º 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 #78AAB9 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 170 185 -
CMYK 0.35 0.08 0 0.27
HSL 193.85º 0.32% 0.6% -
HSV(B) 193.85º 0.35% 0.73% -
XYZ 30.88 36.25 51.27 -
YUV 156.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 120 170 185 0.35 0.08 0 0.27 193.85 0.32 0.6
Hex 78 AA B9 23 8 0 1B C2 20 3C
Octal 170 252 271 43 10 0 33 302 40 74
Binary 1111000 10101010 10111001 100011 1000 0 11011 11000010 100000 111100

Color Harmonies of #78AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAB9

Black with #78AAB9

Text Example


Text Example

White with #78AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AAB9; }

 p { color: rgb(120,170,185); }

 H1.HeaderClassName
 {
   color: #78AAB9;
 }
 .AnyTagClassName
 {
   color: #78AAB9;
 }
</style>

background-color css

<style>
 a { background-color: #78AAB9; }

 a { background-color: rgb(120,170,185); }

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

border-color css

<style>
 span { border-color: #78AAB9; }

 span { border-color: rgb(120,170,185); }

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