Html Css Color HEX #78B0BB Glacier

📋 copy color: '#78B0BB'

red 120 ◦ green 176 ◦ blue 187

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

Shades of Glacier #78B0BB

Tints of Glacier #78B0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 24.84%
G = 36.44%
B = 38.72%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78B0BB (or 0x78B0BB) is known color: Glacier. HEX triplet: 78, B0 and BB. RGB value is (120,176,187). Sum of RGB (Red+Green+Blue) = 120+176+187=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #78B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0BB is #874F44. Grayscale: #A0A0A0. Windows color (decimal): -8867653 or 12300408. OLE color: 12300408.

HSL color Cylindrical-coordinate representation of color #78B0BB: hue angle of 189.85º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78B0BB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 176 187 -
CMYK 0.36 0.06 0 0.27
HSL 189.85º 0.33% 0.6% -
HSV(B) 189.85º 0.36% 0.73% -
XYZ 32.24 38.63 52.77 -
YUV 160.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 120 176 187 0.36 0.06 0 0.27 189.85 0.33 0.6
Hex 78 B0 BB 24 6 0 1B BE 21 3C
Octal 170 260 273 44 6 0 33 276 41 74
Binary 1111000 10110000 10111011 100100 110 0 11011 10111110 100001 111100

Color Harmonies of #78B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B0BB

Black with #78B0BB

Text Example


Text Example

White with #78B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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