Html Css Color HEX #78F2AF Vista Blue

📋 copy color: '#78F2AF'

red 120 ◦ green 242 ◦ blue 175

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

Shades of Vista Blue #78F2AF

Tints of Vista Blue #78F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.07%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 22.35%
G = 45.07%
B = 32.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#78F2AF (or 0x78F2AF) is known color: Vista Blue. HEX triplet: 78, F2 and AF. RGB value is (120,242,175). Sum of RGB (Red+Green+Blue) = 120+242+175=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F2AF is #870D50. Grayscale: #C6C6C6. Windows color (decimal): -8850769 or 11530872. OLE color: 11530872.

HSL color Cylindrical-coordinate representation of color #78F2AF: hue angle of 147.05º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2AF is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 175 -
CMYK 0.50 0 0.28 0.05
HSL 147.05º 0.82% 0.71% -
HSV(B) 147.05º 0.5% 0.95% -
XYZ 47.24 70.59 51.69 -
YUV 197.88 115.08 72.45 -
System Red Green Blue C M Y K H S L
Decimal 120 242 175 0.50 0 0.28 0.05 147.05 0.82 0.71
Hex 78 F2 AF 32 0 1C 5 93 52 47
Octal 170 362 257 62 0 34 5 223 122 107
Binary 1111000 11110010 10101111 110010 0 11100 101 10010011 1010010 1000111

Color Harmonies of #78F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2AF

Black with #78F2AF

Text Example


Text Example

White with #78F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,175); }

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

background-color css

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

 a { background-color: rgb(120,242,175); }

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

border-color css

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

 span { border-color: rgb(120,242,175); }

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