#7FE4B6

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

Shades of Vista Blue #7FE4B6

Tints of Vista Blue #7FE4B6

Color information

#7FE4B6 (or 0x7FE4B6) is unknown color: approx Vista Blue. HEX triplet: 7F, E4 and B6. RGB value is (127,228,182). Sum of RGB (Red+Green+Blue) = 127+228+182=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE4B6 is #801B49. Grayscale: #C0C0C0. Windows color (decimal): -8395594 or 11986047. OLE color: 11986047.

HSL color Cylindrical-coordinate representation of color #7FE4B6: hue angle of 152.67º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE4B6 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB127228182-
CMYK0.4400.200.11
HSL152.67º65.16%69.61%-
HSV(B)152.67º44.3%89.41%-
XYZ44.9463.3854.12-
YUV192.56122.0481.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=23.65%
G=42.46%
B=33.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1272281820.4400.200.11152.6765.1669.61
Hex7FE4B62C014B994146
Octal1773442665402413231101106
Binary1111111111001001011011010110001010010111001100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,228,182); }

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

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

 a { background-color: rgb(127,228,182); }

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

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

 span { border-color: rgb(127,228,182); }

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