#79EEAF

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

Shades of Vista Blue #79EEAF

Tints of Vista Blue #79EEAF

Color information

#79EEAF (or 0x79EEAF) is unknown color: approx Vista Blue. HEX triplet: 79, EE and AF. RGB value is (121,238,175). Sum of RGB (Red+Green+Blue) = 121+238+175=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #79EEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79EEAF is #861150. Grayscale: #C3C3C3. Windows color (decimal): -8786257 or 11529849. OLE color: 11529849.

HSL color Cylindrical-coordinate representation of color #79EEAF: hue angle of 147.69º degrees, saturation: 0.77, 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 #79EEAF is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB121238175-
CMYK0.4900.260.07
HSL147.69º77.48%70.39%-
HSV(B)147.69º49.16%93.33%-
XYZ46.268.3151.31-
YUV195.83116.2474.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 238 (93.36% from 255) = 44.57%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=22.66%
G=44.57%
B=32.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212381750.4900.260.07147.6977.4870.39
Hex79EEAF3101A7944d46
Octal171356257610327224115106
Binary111100111101110101011111100010110101111001010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79EEAF; }

 p { color: rgb(121,238,175); }

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

<style>
 a { background-color: #79EEAF; }

 a { background-color: rgb(121,238,175); }

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

<style>
 span { border-color: #79EEAF; }

 span { border-color: rgb(121,238,175); }

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