Html Css Color HEX #7ADE9E Vista Blue

📋 copy color: '#7ADE9E'

red 122 ◦ green 222 ◦ blue 158

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

Shades of Vista Blue #7ADE9E

Tints of Vista Blue #7ADE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 24.3%
G = 44.22%
B = 31.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#7ADE9E (or 0x7ADE9E) is known color: Vista Blue. HEX triplet: 7A, DE and 9E. RGB value is (122,222,158). Sum of RGB (Red+Green+Blue) = 122+222+158=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9E is #852161. Grayscale: #B8B8B8. Windows color (decimal): -8724834 or 10411642. OLE color: 10411642.

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

Color convert

RGB 122 222 158 -
CMYK 0.45 0 0.29 0.13
HSL 141.6º 0.6% 0.67% -
HSV(B) 141.6º 0.45% 0.87% -
XYZ 40.32 58.85 41.58 -
YUV 184.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 122 222 158 0.45 0 0.29 0.13 141.6 0.6 0.67
Hex 7A DE 9E 2D 0 1D D 8E 3C 43
Octal 172 336 236 55 0 35 15 216 74 103
Binary 1111010 11011110 10011110 101101 0 11101 1101 10001110 111100 1000011

Color Harmonies of #7ADE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE9E

Black with #7ADE9E

Text Example


Text Example

White with #7ADE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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