#7FF4AB

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

Shades of Vista Blue #7FF4AB

Tints of Vista Blue #7FF4AB

Color information

#7FF4AB (or 0x7FF4AB) is unknown color: approx Vista Blue. HEX triplet: 7F, F4 and AB. RGB value is (127,244,171). Sum of RGB (Red+Green+Blue) = 127+244+171=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF4AB is #800B54. Grayscale: #C8C8C8. Windows color (decimal): -8391509 or 11269247. OLE color: 11269247.

HSL color Cylindrical-coordinate representation of color #7FF4AB: hue angle of 142.56º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF4AB is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB127244171-
CMYK0.4800.300.04
HSL142.56º84.17%72.75%-
HSV(B)142.56º47.95%95.69%-
XYZ48.4572.1549.9-
YUV200.69111.2475.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.43%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=23.43%
G=45.02%
B=31.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272441710.4800.300.04142.5684.1772.75
Hex7FF4AB3001E48f5449
Octal177364253600364217124111
Binary111111111110100101010111100000111101001000111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,244,171); }

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

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

 a { background-color: rgb(127,244,171); }

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

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

 span { border-color: rgb(127,244,171); }

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