#7ff3ae

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

Shades of Vista Blue #7FF3AE

Tints of Vista Blue #7FF3AE

Color information

#7FF3AE (or 0x7FF3AE) is unknown color: approx Vista Blue. HEX triplet: 7F, F3 and AE. RGB value is (127,243,174). Sum of RGB (Red+Green+Blue) = 127+243+174=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF3AE is #800C51. Grayscale: #C8C8C8. Windows color (decimal): -8391762 or 11465599. OLE color: 11465599.

HSL color Cylindrical-coordinate representation of color #7FF3AE: hue angle of 144.31º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3AE is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB127243174-
CMYK0.4800.280.05
HSL144.31º82.86%72.55%-
HSV(B)144.31º47.74%95.29%-
XYZ48.4471.6751.32-
YUV200.45113.0775.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.35%
GREEN value IS 243 (95.31% from 255) = 44.67%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=23.35%
G=44.67%
B=31.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272431740.4800.280.05144.3182.8672.55
Hex7FF3AE3001C5905349
Octal177363256600345220123111
Binary111111111110011101011101100000111001011001000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ff3ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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