Html Css Color HEX #78EAAD Vista Blue

📋 copy color: '#78EAAD'

red 120 ◦ green 234 ◦ blue 173

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

Shades of Vista Blue #78EAAD

Tints of Vista Blue #78EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 22.77%
G = 44.4%
B = 32.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#78EAAD (or 0x78EAAD) is known color: Vista Blue. HEX triplet: 78, EA and AD. RGB value is (120,234,173). Sum of RGB (Red+Green+Blue) = 120+234+173=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #78EAAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EAAD is #871552. Grayscale: #C1C1C1. Windows color (decimal): -8852819 or 11397752. OLE color: 11397752.

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

Color convert

RGB 120 234 173 -
CMYK 0.49 0 0.26 0.08
HSL 147.89º 0.73% 0.69% -
HSV(B) 147.89º 0.49% 0.92% -
XYZ 44.71 65.86 49.89 -
YUV 192.96 116.73 75.96 -
System Red Green Blue C M Y K H S L
Decimal 120 234 173 0.49 0 0.26 0.08 147.89 0.73 0.69
Hex 78 EA AD 31 0 1A 8 94 49 45
Octal 170 352 255 61 0 32 10 224 111 105
Binary 1111000 11101010 10101101 110001 0 11010 1000 10010100 1001001 1000101

Color Harmonies of #78EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EAAD

Black with #78EAAD

Text Example


Text Example

White with #78EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,234,173); }

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

background-color css

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

 a { background-color: rgb(120,234,173); }

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

border-color css

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

 span { border-color: rgb(120,234,173); }

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