Html Css Color HEX #78EDAD Vista Blue

📋 copy color: '#78EDAD'

red 120 ◦ green 237 ◦ blue 173

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

Shades of Vista Blue #78EDAD

Tints of Vista Blue #78EDAD

RGB

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

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

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

R = 22.64%
G = 44.72%
B = 32.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#78EDAD (or 0x78EDAD) is known color: Vista Blue. HEX triplet: 78, ED and AD. RGB value is (120,237,173). Sum of RGB (Red+Green+Blue) = 120+237+173=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EDAD is #871252. Grayscale: #C2C2C2. Windows color (decimal): -8852051 or 11398520. OLE color: 11398520.

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

Color convert

RGB 120 237 173 -
CMYK 0.49 0 0.27 0.07
HSL 147.18º 0.76% 0.7% -
HSV(B) 147.18º 0.49% 0.93% -
XYZ 45.57 67.58 50.18 -
YUV 194.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 120 237 173 0.49 0 0.27 0.07 147.18 0.76 0.7
Hex 78 ED AD 31 0 1B 7 93 4C 46
Octal 170 355 255 61 0 33 7 223 114 106
Binary 1111000 11101101 10101101 110001 0 11011 111 10010011 1001100 1000110

Color Harmonies of #78EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDAD

Black with #78EDAD

Text Example


Text Example

White with #78EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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