Html Css Color HEX #78BBBA Glacier

📋 copy color: '#78BBBA'

red 120 ◦ green 187 ◦ blue 186

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

Shades of Glacier #78BBBA

Tints of Glacier #78BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 24.34%
G = 37.93%
B = 37.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#78BBBA (or 0x78BBBA) is known color: Glacier. HEX triplet: 78, BB and BA. RGB value is (120,187,186). Sum of RGB (Red+Green+Blue) = 120+187+186=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBBA is #874445. Grayscale: #A6A6A6. Windows color (decimal): -8864838 or 12237688. OLE color: 12237688.

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

Color convert

RGB 120 187 186 -
CMYK 0.36 0 0.01 0.27
HSL 179.1º 0.33% 0.6% -
HSV(B) 179.1º 0.36% 0.73% -
XYZ 34.38 43.08 52.96 -
YUV 166.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 120 187 186 0.36 0 0.01 0.27 179.1 0.33 0.6
Hex 78 BB BA 24 0 1 1B B3 21 3C
Octal 170 273 272 44 0 1 33 263 41 74
Binary 1111000 10111011 10111010 100100 0 1 11011 10110011 100001 111100

Color Harmonies of #78BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBBA

Black with #78BBBA

Text Example


Text Example

White with #78BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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