#7AF1B1

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

Shades of Vista Blue #7AF1B1

Tints of Vista Blue #7AF1B1

Color information

#7AF1B1 (or 0x7AF1B1) is unknown color: approx Vista Blue. HEX triplet: 7A, F1 and B1. RGB value is (122,241,177). Sum of RGB (Red+Green+Blue) = 122+241+177=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1B1 is #850E4E. Grayscale: #C6C6C6. Windows color (decimal): -8719951 or 11661690. OLE color: 11661690.

HSL color Cylindrical-coordinate representation of color #7AF1B1: hue angle of 147.73º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1B1 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB122241177-
CMYK0.4900.270.05
HSL147.73º80.95%71.18%-
HSV(B)147.73º49.38%94.51%-
XYZ47.4270.2252.65-
YUV198.12116.0873.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.59%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=22.59%
G=44.63%
B=32.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411770.4900.270.05147.7380.9571.18
Hex7AF1B13101B5945147
Octal172361261610335224121107
Binary111101011110001101100011100010110111011001010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,177); }

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

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

 a { background-color: rgb(122,241,177); }

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

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

 span { border-color: rgb(122,241,177); }

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