#7FE6AE

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

Shades of Vista Blue #7FE6AE

Tints of Vista Blue #7FE6AE

Color information

#7FE6AE (or 0x7FE6AE) is unknown color: approx Vista Blue. HEX triplet: 7F, E6 and AE. RGB value is (127,230,174). Sum of RGB (Red+Green+Blue) = 127+230+174=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE6AE is #801951. Grayscale: #C0C0C0. Windows color (decimal): -8395090 or 11462271. OLE color: 11462271.

HSL color Cylindrical-coordinate representation of color #7FE6AE: hue angle of 147.38º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE6AE is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB127230174-
CMYK0.4500.240.10
HSL147.38º67.32%70%-
HSV(B)147.38º44.78%90.2%-
XYZ44.6964.1650.07-
YUV192.82117.3881.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 230 (90.23% from 255) = 43.31%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=23.92%
G=43.31%
B=32.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272301740.4500.240.10147.3867.3270
Hex7FE6AE2D018A934346
Octal1773462565503012223103106
Binary1111111111001101010111010110101100010101001001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,230,174); }

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

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

 a { background-color: rgb(127,230,174); }

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

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

 span { border-color: rgb(127,230,174); }

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