Html Css Color HEX #78AEBC Glacier

📋 copy color: '#78AEBC'

red 120 ◦ green 174 ◦ blue 188

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

Shades of Glacier #78AEBC

Tints of Glacier #78AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 188 (73.83% from 255) = 39%

R = 24.9%
G = 36.1%
B = 39%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78AEBC (or 0x78AEBC) is known color: Glacier. HEX triplet: 78, AE and BC. RGB value is (120,174,188). Sum of RGB (Red+Green+Blue) = 120+174+188=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #78AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AEBC is #875143. Grayscale: #9F9F9F. Windows color (decimal): -8868164 or 12365432. OLE color: 12365432.

HSL color Cylindrical-coordinate representation of color #78AEBC: hue angle of 192.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78AEBC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 174 188 -
CMYK 0.36 0.07 0 0.26
HSL 192.35º 0.34% 0.6% -
HSV(B) 192.35º 0.36% 0.74% -
XYZ 31.96 37.9 53.21 -
YUV 159.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 120 174 188 0.36 0.07 0 0.26 192.35 0.34 0.6
Hex 78 AE BC 24 7 0 1A C0 22 3C
Octal 170 256 274 44 7 0 32 300 42 74
Binary 1111000 10101110 10111100 100100 111 0 11010 11000000 100010 111100

Color Harmonies of #78AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEBC

Black with #78AEBC

Text Example


Text Example

White with #78AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,188); }

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

background-color css

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

 a { background-color: rgb(120,174,188); }

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

border-color css

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

 span { border-color: rgb(120,174,188); }

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