Html Css Color HEX #78B9BB Glacier

📋 copy color: '#78B9BB'

red 120 ◦ green 185 ◦ blue 187

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

Shades of Glacier #78B9BB

Tints of Glacier #78B9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 24.39%
G = 37.6%
B = 38.01%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78B9BB (or 0x78B9BB) is known color: Glacier. HEX triplet: 78, B9 and BB. RGB value is (120,185,187). Sum of RGB (Red+Green+Blue) = 120+185+187=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #78B9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9BB is #874644. Grayscale: #A5A5A5. Windows color (decimal): -8865349 or 12302712. OLE color: 12302712.

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

Color convert

RGB 120 185 187 -
CMYK 0.36 0.01 0 0.27
HSL 181.79º 0.33% 0.6% -
HSV(B) 181.79º 0.36% 0.73% -
XYZ 34.06 42.28 53.38 -
YUV 165.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 120 185 187 0.36 0.01 0 0.27 181.79 0.33 0.6
Hex 78 B9 BB 24 1 0 1B B6 21 3C
Octal 170 271 273 44 1 0 33 266 41 74
Binary 1111000 10111001 10111011 100100 1 0 11011 10110110 100001 111100

Color Harmonies of #78B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B9BB

Black with #78B9BB

Text Example


Text Example

White with #78B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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