Html Css Color HEX #78EEA6 Vista Blue

📋 copy color: '#78EEA6'

red 120 ◦ green 238 ◦ blue 166

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

Shades of Vista Blue #78EEA6

Tints of Vista Blue #78EEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 22.9%
G = 45.42%
B = 31.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#78EEA6 (or 0x78EEA6) is known color: Vista Blue. HEX triplet: 78, EE and A6. RGB value is (120,238,166). Sum of RGB (Red+Green+Blue) = 120+238+166=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EEA6 is #871159. Grayscale: #C2C2C2. Windows color (decimal): -8851802 or 10940024. OLE color: 10940024.

HSL color Cylindrical-coordinate representation of color #78EEA6: hue angle of 143.39º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEA6 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 238 166 -
CMYK 0.50 0 0.30 0.07
HSL 143.39º 0.78% 0.7% -
HSV(B) 143.39º 0.5% 0.93% -
XYZ 45.2 67.9 46.8 -
YUV 194.51 111.91 74.85 -
System Red Green Blue C M Y K H S L
Decimal 120 238 166 0.50 0 0.30 0.07 143.39 0.78 0.7
Hex 78 EE A6 32 0 1E 7 8F 4E 46
Octal 170 356 246 62 0 36 7 217 116 106
Binary 1111000 11101110 10100110 110010 0 11110 111 10001111 1001110 1000110

Color Harmonies of #78EEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEA6

Black with #78EEA6

Text Example


Text Example

White with #78EEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,238,166); }

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

background-color css

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

 a { background-color: rgb(120,238,166); }

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

border-color css

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

 span { border-color: rgb(120,238,166); }

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