Html Css Color HEX #78EBA9 Vista Blue

📋 copy color: '#78EBA9'

red 120 ◦ green 235 ◦ blue 169

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

Shades of Vista Blue #78EBA9

Tints of Vista Blue #78EBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.25%

R = 22.9%
G = 44.85%
B = 32.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#78EBA9 (or 0x78EBA9) is known color: Vista Blue. HEX triplet: 78, EB and A9. RGB value is (120,235,169). Sum of RGB (Red+Green+Blue) = 120+235+169=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EBA9 is #871456. Grayscale: #C1C1C1. Windows color (decimal): -8852567 or 11135864. OLE color: 11135864.

HSL color Cylindrical-coordinate representation of color #78EBA9: hue angle of 145.57º 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 #78EBA9 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 235 169 -
CMYK 0.49 0 0.28 0.08
HSL 145.57º 0.74% 0.7% -
HSV(B) 145.57º 0.49% 0.92% -
XYZ 44.62 66.27 47.98 -
YUV 193.09 114.4 75.87 -
System Red Green Blue C M Y K H S L
Decimal 120 235 169 0.49 0 0.28 0.08 145.57 0.74 0.7
Hex 78 EB A9 31 0 1C 8 92 4A 46
Octal 170 353 251 61 0 34 10 222 112 106
Binary 1111000 11101011 10101001 110001 0 11100 1000 10010010 1001010 1000110

Color Harmonies of #78EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EBA9

Black with #78EBA9

Text Example


Text Example

White with #78EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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