#7FEEAA

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

Shades of Vista Blue #7FEEAA

Tints of Vista Blue #7FEEAA

Color information

#7FEEAA (or 0x7FEEAA) is unknown color: approx Vista Blue. HEX triplet: 7F, EE and AA. RGB value is (127,238,170). Sum of RGB (Red+Green+Blue) = 127+238+170=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAA is #801155. Grayscale: #C5C5C5. Windows color (decimal): -8393046 or 11202175. OLE color: 11202175.

HSL color Cylindrical-coordinate representation of color #7FEEAA: hue angle of 143.24º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEAA is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB127238170-
CMYK0.4700.290.07
HSL143.24º76.55%71.57%-
HSV(B)143.24º46.64%93.33%-
XYZ46.5868.5648.81-
YUV197.06112.7378.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.74%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=23.74%
G=44.49%
B=31.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272381700.4700.290.07143.2476.5571.57
Hex7FEEAA2F01D78f4d48
Octal177356252570357217115110
Binary111111111101110101010101011110111011111000111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FEEAA; }

 p { color: rgb(127,238,170); }

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

<style>
 a { background-color: #7FEEAA; }

 a { background-color: rgb(127,238,170); }

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

<style>
 span { border-color: #7FEEAA; }

 span { border-color: rgb(127,238,170); }

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