#7ADF9E

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

Shades of Vista Blue #7ADF9E

Tints of Vista Blue #7ADF9E

Color information

#7ADF9E (or 0x7ADF9E) is unknown color: approx Vista Blue. HEX triplet: 7A, DF and 9E. RGB value is (122,223,158). Sum of RGB (Red+Green+Blue) = 122+223+158=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF9E is #852061. Grayscale: #B9B9B9. Windows color (decimal): -8724578 or 10411898. OLE color: 10411898.

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

Color convert

RGB122223158-
CMYK0.4500.290.13
HSL141.39º61.21%67.65%-
HSV(B)141.39º45.29%87.45%-
XYZ40.5959.3841.67-
YUV185.39112.5482.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=24.25%
G=44.33%
B=31.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231580.4500.290.13141.3961.2167.65
Hex7ADF9E2D01DD8d3d44
Octal172337236550351521575104
Binary111101011011111100111101011010111011101100011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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