#7ADFA5

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

Shades of Vista Blue #7ADFA5

Tints of Vista Blue #7ADFA5

Color information

#7ADFA5 (or 0x7ADFA5) is unknown color: approx Vista Blue. HEX triplet: 7A, DF and A5. RGB value is (122,223,165). Sum of RGB (Red+Green+Blue) = 122+223+165=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADFA5 is #85205A. Grayscale: #BABABA. Windows color (decimal): -8724571 or 10870650. OLE color: 10870650.

HSL color Cylindrical-coordinate representation of color #7ADFA5: hue angle of 145.54º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFA5 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB122223165-
CMYK0.4500.260.13
HSL145.54º61.21%67.65%-
HSV(B)145.54º45.29%87.45%-
XYZ41.2159.6344.94-
YUV186.19116.0482.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=23.92%
G=43.73%
B=32.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231650.4500.260.13145.5461.2167.65
Hex7ADFA52D01AD923d44
Octal172337245550321522275104
Binary111101011011111101001011011010110101101100100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,223,165); }

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

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

 a { background-color: rgb(122,223,165); }

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

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

 span { border-color: rgb(122,223,165); }

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