Html Css Color HEX #78EDA4 Vista Blue

📋 copy color: '#78EDA4'

red 120 ◦ green 237 ◦ blue 164

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

Shades of Vista Blue #78EDA4

Tints of Vista Blue #78EDA4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 23.03%
G = 45.49%
B = 31.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#78EDA4 (or 0x78EDA4) is known color: Vista Blue. HEX triplet: 78, ED and A4. RGB value is (120,237,164). Sum of RGB (Red+Green+Blue) = 120+237+164=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EDA4 is #87125B. Grayscale: #C1C1C1. Windows color (decimal): -8852060 or 10808696. OLE color: 10808696.

HSL color Cylindrical-coordinate representation of color #78EDA4: hue angle of 142.56º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDA4 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 164 -
CMYK 0.49 0 0.31 0.07
HSL 142.56º 0.76% 0.7% -
HSV(B) 142.56º 0.49% 0.93% -
XYZ 44.73 67.24 45.74 -
YUV 193.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 120 237 164 0.49 0 0.31 0.07 142.56 0.76 0.7
Hex 78 ED A4 31 0 1F 7 8F 4C 46
Octal 170 355 244 61 0 37 7 217 114 106
Binary 1111000 11101101 10100100 110001 0 11111 111 10001111 1001100 1000110

Color Harmonies of #78EDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDA4

Black with #78EDA4

Text Example


Text Example

White with #78EDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,237,164); }

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

background-color css

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

 a { background-color: rgb(120,237,164); }

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

border-color css

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

 span { border-color: rgb(120,237,164); }

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