#7ADFA1

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

Shades of Vista Blue #7ADFA1

Tints of Vista Blue #7ADFA1

Color information

#7ADFA1 (or 0x7ADFA1) is unknown color: approx Vista Blue. HEX triplet: 7A, DF and A1. RGB value is (122,223,161). Sum of RGB (Red+Green+Blue) = 122+223+161=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADFA1 is #85205E. Grayscale: #B9B9B9. Windows color (decimal): -8724575 or 10608506. OLE color: 10608506.

HSL color Cylindrical-coordinate representation of color #7ADFA1: hue angle of 143.17º 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 #7ADFA1 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB122223161-
CMYK0.4500.280.13
HSL143.17º61.21%67.65%-
HSV(B)143.17º45.29%87.45%-
XYZ40.8559.4943.05-
YUV185.73114.0482.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.11%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=24.11%
G=44.07%
B=31.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231610.4500.280.13143.1761.2167.65
Hex7ADFA12D01CD8f3d44
Octal172337241550341521775104
Binary111101011011111101000011011010111001101100011111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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