Html Css Color HEX #78B0BE Glacier

📋 copy color: '#78B0BE'

red 120 ◦ green 176 ◦ blue 190

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

Shades of Glacier #78B0BE

Tints of Glacier #78B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 24.69%
G = 36.21%
B = 39.09%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78B0BE (or 0x78B0BE) is known color: Glacier. HEX triplet: 78, B0 and BE. RGB value is (120,176,190). Sum of RGB (Red+Green+Blue) = 120+176+190=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #78B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0BE is #874F41. Grayscale: #A0A0A0. Windows color (decimal): -8867650 or 12497016. OLE color: 12497016.

HSL color Cylindrical-coordinate representation of color #78B0BE: hue angle of 192º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B0BE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 176 190 -
CMYK 0.37 0.07 0 0.25
HSL 192º 0.35% 0.61% -
HSV(B) 192º 0.37% 0.75% -
XYZ 32.57 38.76 54.48 -
YUV 160.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 120 176 190 0.37 0.07 0 0.25 192 0.35 0.61
Hex 78 B0 BE 25 7 0 19 C0 23 3D
Octal 170 260 276 45 7 0 31 300 43 75
Binary 1111000 10110000 10111110 100101 111 0 11001 11000000 100011 111101

Color Harmonies of #78B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B0BE

Black with #78B0BE

Text Example


Text Example

White with #78B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,176,190); }

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

background-color css

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

 a { background-color: rgb(120,176,190); }

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

border-color css

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

 span { border-color: rgb(120,176,190); }

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