Html Css Color HEX #78B5BA Glacier

📋 copy color: '#78B5BA'

red 120 ◦ green 181 ◦ blue 186

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

Shades of Glacier #78B5BA

Tints of Glacier #78B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 24.64%
G = 37.17%
B = 38.19%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78B5BA (or 0x78B5BA) is known color: Glacier. HEX triplet: 78, B5 and BA. RGB value is (120,181,186). Sum of RGB (Red+Green+Blue) = 120+181+186=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #78B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5BA is #874A45. Grayscale: #A3A3A3. Windows color (decimal): -8866374 or 12236152. OLE color: 12236152.

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

Color convert

RGB 120 181 186 -
CMYK 0.35 0.03 0 0.27
HSL 184.55º 0.32% 0.6% -
HSV(B) 184.55º 0.35% 0.73% -
XYZ 33.13 40.59 52.54 -
YUV 163.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 120 181 186 0.35 0.03 0 0.27 184.55 0.32 0.6
Hex 78 B5 BA 23 3 0 1B B9 20 3C
Octal 170 265 272 43 3 0 33 271 40 74
Binary 1111000 10110101 10111010 100011 11 0 11011 10111001 100000 111100

Color Harmonies of #78B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B5BA

Black with #78B5BA

Text Example


Text Example

White with #78B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,181,186); }

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

background-color css

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

 a { background-color: rgb(120,181,186); }

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

border-color css

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

 span { border-color: rgb(120,181,186); }

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