#7FEEA5

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

Shades of Vista Blue #7FEEA5

Tints of Vista Blue #7FEEA5

Color information

#7FEEA5 (or 0x7FEEA5) is unknown color: approx Vista Blue. HEX triplet: 7F, EE and A5. RGB value is (127,238,165). Sum of RGB (Red+Green+Blue) = 127+238+165=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEA5 is #80115A. Grayscale: #C4C4C4. Windows color (decimal): -8393051 or 10874495. OLE color: 10874495.

HSL color Cylindrical-coordinate representation of color #7FEEA5: hue angle of 140.54º 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 #7FEEA5 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB127238165-
CMYK0.4700.310.07
HSL140.54º76.55%71.57%-
HSV(B)140.54º46.64%93.33%-
XYZ46.1268.3846.36-
YUV196.49110.2378.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=23.96%
G=44.91%
B=31.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272381650.4700.310.07140.5476.5571.57
Hex7FEEA52F01F78d4d48
Octal177356245570377215115110
Binary111111111101110101001011011110111111111000110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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