Html Css Color HEX #78B1BE Glacier

📋 copy color: '#78B1BE'

red 120 ◦ green 177 ◦ blue 190

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

Shades of Glacier #78B1BE

Tints of Glacier #78B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

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

R = 24.64%
G = 36.34%
B = 39.01%

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

#78B1BE (or 0x78B1BE) is known color: Glacier. HEX triplet: 78, B1 and BE. RGB value is (120,177,190). Sum of RGB (Red+Green+Blue) = 120+177+190=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #78B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1BE is #874E41. Grayscale: #A1A1A1. Windows color (decimal): -8867394 or 12497272. OLE color: 12497272.

HSL color Cylindrical-coordinate representation of color #78B1BE: hue angle of 191.14º 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 #78B1BE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 177 190 -
CMYK 0.37 0.07 0 0.25
HSL 191.14º 0.35% 0.61% -
HSV(B) 191.14º 0.37% 0.75% -
XYZ 32.76 39.16 54.55 -
YUV 161.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 120 177 190 0.37 0.07 0 0.25 191.14 0.35 0.61
Hex 78 B1 BE 25 7 0 19 BF 23 3D
Octal 170 261 276 45 7 0 31 277 43 75
Binary 1111000 10110001 10111110 100101 111 0 11001 10111111 100011 111101

Color Harmonies of #78B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B1BE

Black with #78B1BE

Text Example


Text Example

White with #78B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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