#78F8AA

Color #78F8AA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #78F8AA

Tints of Vista Blue #78F8AA

Color information

#78F8AA (or 0x78F8AA) is unknown color: approx Vista Blue. HEX triplet: 78, F8 and AA. RGB value is (120,248,170). Sum of RGB (Red+Green+Blue) = 120+248+170=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F8AA is #870755. Grayscale: #C9C9C9. Windows color (decimal): -8849238 or 11204728. OLE color: 11204728.

HSL color Cylindrical-coordinate representation of color #78F8AA: hue angle of 143.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8AA is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB120248170-
CMYK0.5200.310.03
HSL143.44º90.14%72.16%-
HSV(B)143.44º51.61%97.25%-
XYZ48.5774.0349.76-
YUV200.84110.5970.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 248 (97.27% from 255) = 46.10%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=22.30%
G=46.10%
B=31.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202481700.5200.310.03143.4490.1472.16
Hex78F8AA3401F38f5a48
Octal170370252640373217132110
Binary11110001111100010101010110100011111111000111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,248,170); }

 H1.HeaderClassName
 {
   color: #78F8AA;
 }
 .AnyTagClassName
 {
   color: #78F8AA;
 }
</style>
background-color css

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

 a { background-color: rgb(120,248,170); }

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

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

 span { border-color: rgb(120,248,170); }

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