Html Css Color HEX #7ADE9C Vista Blue

📋 copy color: '#7ADE9C'

red 122 ◦ green 222 ◦ blue 156

#7ADE9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #7ADE9C

Tints of Vista Blue #7ADE9C

RGB

 RED value IS 122 (48.05% from 255) = 24.4%

 GREEN value IS 222 (87.11% from 255) = 44.4%

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 24.4%
G = 44.4%
B = 31.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#7ADE9C (or 0x7ADE9C) is known color: Vista Blue. HEX triplet: 7A, DE and 9C. RGB value is (122,222,156). Sum of RGB (Red+Green+Blue) = 122+222+156=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9C is #852163. Grayscale: #B8B8B8. Windows color (decimal): -8724836 or 10280570. OLE color: 10280570.

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

Color convert

RGB 122 222 156 -
CMYK 0.45 0 0.30 0.13
HSL 140.4º 0.6% 0.67% -
HSV(B) 140.4º 0.45% 0.87% -
XYZ 40.15 58.78 40.68 -
YUV 184.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 122 222 156 0.45 0 0.30 0.13 140.4 0.6 0.67
Hex 7A DE 9C 2D 0 1E D 8C 3C 43
Octal 172 336 234 55 0 36 15 214 74 103
Binary 1111010 11011110 10011100 101101 0 11110 1101 10001100 111100 1000011

Color Harmonies of #7ADE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE9C

Black with #7ADE9C

Text Example


Text Example

White with #7ADE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,222,156); }

 H1.HeaderClassName
 {
   color: #7ADE9C;
 }
 .AnyTagClassName
 {
   color: #7ADE9C;
 }
</style>

background-color css

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

 a { background-color: rgb(122,222,156); }

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

border-color css

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

 span { border-color: rgb(122,222,156); }

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