Html Css Color HEX #78AAC6 Glacier

📋 copy color: '#78AAC6'

red 120 ◦ green 170 ◦ blue 198

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

Shades of Glacier #78AAC6

Tints of Glacier #78AAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 24.59%
G = 34.84%
B = 40.57%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#78AAC6 (or 0x78AAC6) is known color: Glacier. HEX triplet: 78, AA and C6. RGB value is (120,170,198). Sum of RGB (Red+Green+Blue) = 120+170+198=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #78AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AAC6 is #875539. Grayscale: #9E9E9E. Windows color (decimal): -8869178 or 13019768. OLE color: 13019768.

HSL color Cylindrical-coordinate representation of color #78AAC6: hue angle of 201.54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78AAC6 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 170 198 -
CMYK 0.39 0.14 0 0.22
HSL 201.54º 0.41% 0.62% -
HSV(B) 201.54º 0.39% 0.78% -
XYZ 32.31 36.82 58.83 -
YUV 158.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 120 170 198 0.39 0.14 0 0.22 201.54 0.41 0.62
Hex 78 AA C6 27 E 0 16 CA 29 3E
Octal 170 252 306 47 16 0 26 312 51 76
Binary 1111000 10101010 11000110 100111 1110 0 10110 11001010 101001 111110

Color Harmonies of #78AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAC6

Black with #78AAC6

Text Example


Text Example

White with #78AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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