#7BF2AA

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

Shades of Vista Blue #7BF2AA

Tints of Vista Blue #7BF2AA

Color information

#7BF2AA (or 0x7BF2AA) is unknown color: approx Vista Blue. HEX triplet: 7B, F2 and AA. RGB value is (123,242,170). Sum of RGB (Red+Green+Blue) = 123+242+170=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2AA is #840D55. Grayscale: #C6C6C6. Windows color (decimal): -8654166 or 11203195. OLE color: 11203195.

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

Color convert

RGB123242170-
CMYK0.4900.300.05
HSL143.7º82.07%71.57%-
HSV(B)143.7º49.17%94.9%-
XYZ47.1870.6249.17-
YUV198.21112.0874.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.99%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=22.99%
G=45.23%
B=31.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232421700.4900.300.05143.782.0771.57
Hex7BF2AA3101E5905248
Octal173362252610365220122110
Binary111101111110010101010101100010111101011001000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,242,170); }

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

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

 a { background-color: rgb(123,242,170); }

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

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

 span { border-color: rgb(123,242,170); }

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