Html Css Color HEX #78F2AB Vista Blue

📋 copy color: '#78F2AB'

red 120 ◦ green 242 ◦ blue 171

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

Shades of Vista Blue #78F2AB

Tints of Vista Blue #78F2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 22.51%
G = 45.4%
B = 32.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#78F2AB (or 0x78F2AB) is known color: Vista Blue. HEX triplet: 78, F2 and AB. RGB value is (120,242,171). Sum of RGB (Red+Green+Blue) = 120+242+171=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F2AB is #870D54. Grayscale: #C5C5C5. Windows color (decimal): -8850773 or 11268728. OLE color: 11268728.

HSL color Cylindrical-coordinate representation of color #78F2AB: hue angle of 145.08º 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 #78F2AB is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 171 -
CMYK 0.50 0 0.29 0.05
HSL 145.08º 0.82% 0.71% -
HSV(B) 145.08º 0.5% 0.95% -
XYZ 46.85 70.44 49.65 -
YUV 197.43 113.08 72.77 -
System Red Green Blue C M Y K H S L
Decimal 120 242 171 0.50 0 0.29 0.05 145.08 0.82 0.71
Hex 78 F2 AB 32 0 1D 5 91 52 47
Octal 170 362 253 62 0 35 5 221 122 107
Binary 1111000 11110010 10101011 110010 0 11101 101 10010001 1010010 1000111

Color Harmonies of #78F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2AB

Black with #78F2AB

Text Example


Text Example

White with #78F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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