Html Css Color HEX #78BABF Glacier

📋 copy color: '#78BABF'

red 120 ◦ green 186 ◦ blue 191

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

Shades of Glacier #78BABF

Tints of Glacier #78BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 191 (75% from 255) = 38.43%

R = 24.14%
G = 37.42%
B = 38.43%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78BABF (or 0x78BABF) is known color: Glacier. HEX triplet: 78, BA and BF. RGB value is (120,186,191). Sum of RGB (Red+Green+Blue) = 120+186+191=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #78BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BABF is #874540. Grayscale: #A6A6A6. Windows color (decimal): -8865089 or 12565112. OLE color: 12565112.

HSL color Cylindrical-coordinate representation of color #78BABF: hue angle of 184.23º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BABF is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 186 191 -
CMYK 0.37 0.03 0 0.25
HSL 184.23º 0.36% 0.61% -
HSV(B) 184.23º 0.37% 0.75% -
XYZ 34.71 42.87 55.74 -
YUV 166.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 120 186 191 0.37 0.03 0 0.25 184.23 0.36 0.61
Hex 78 BA BF 25 3 0 19 B8 24 3D
Octal 170 272 277 45 3 0 31 270 44 75
Binary 1111000 10111010 10111111 100101 11 0 11001 10111000 100100 111101

Color Harmonies of #78BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BABF

Black with #78BABF

Text Example


Text Example

White with #78BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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