Html Css Color HEX #78EBA5 Vista Blue

📋 copy color: '#78EBA5'

red 120 ◦ green 235 ◦ blue 165

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

Shades of Vista Blue #78EBA5

Tints of Vista Blue #78EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 23.08%
G = 45.19%
B = 31.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#78EBA5 (or 0x78EBA5) is known color: Vista Blue. HEX triplet: 78, EB and A5. RGB value is (120,235,165). Sum of RGB (Red+Green+Blue) = 120+235+165=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EBA5 is #87145A. Grayscale: #C0C0C0. Windows color (decimal): -8852571 or 10873720. OLE color: 10873720.

HSL color Cylindrical-coordinate representation of color #78EBA5: hue angle of 143.48º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 235 165 -
CMYK 0.49 0 0.30 0.08
HSL 143.48º 0.74% 0.7% -
HSV(B) 143.48º 0.49% 0.92% -
XYZ 44.25 66.13 46.03 -
YUV 192.64 112.4 76.19 -
System Red Green Blue C M Y K H S L
Decimal 120 235 165 0.49 0 0.30 0.08 143.48 0.74 0.7
Hex 78 EB A5 31 0 1E 8 8F 4A 46
Octal 170 353 245 61 0 36 10 217 112 106
Binary 1111000 11101011 10100101 110001 0 11110 1000 10001111 1001010 1000110

Color Harmonies of #78EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EBA5

Black with #78EBA5

Text Example


Text Example

White with #78EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,235,165); }

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

background-color css

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

 a { background-color: rgb(120,235,165); }

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

border-color css

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

 span { border-color: rgb(120,235,165); }

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