Html Css Color HEX #78B2BC Glacier

📋 copy color: '#78B2BC'

red 120 ◦ green 178 ◦ blue 188

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

Shades of Glacier #78B2BC

Tints of Glacier #78B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

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

R = 24.69%
G = 36.63%
B = 38.68%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78B2BC (or 0x78B2BC) is known color: Glacier. HEX triplet: 78, B2 and BC. RGB value is (120,178,188). Sum of RGB (Red+Green+Blue) = 120+178+188=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #78B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2BC is #874D43. Grayscale: #A1A1A1. Windows color (decimal): -8867140 or 12366456. OLE color: 12366456.

HSL color Cylindrical-coordinate representation of color #78B2BC: hue angle of 188.82º 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 #78B2BC is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 178 188 -
CMYK 0.36 0.05 0 0.26
HSL 188.82º 0.34% 0.6% -
HSV(B) 188.82º 0.36% 0.74% -
XYZ 32.74 39.46 53.47 -
YUV 161.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 120 178 188 0.36 0.05 0 0.26 188.82 0.34 0.6
Hex 78 B2 BC 24 5 0 1A BD 22 3C
Octal 170 262 274 44 5 0 32 275 42 74
Binary 1111000 10110010 10111100 100100 101 0 11010 10111101 100010 111100

Color Harmonies of #78B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B2BC

Black with #78B2BC

Text Example


Text Example

White with #78B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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