Html Css Color HEX #7AE1A5 Vista Blue

📋 copy color: '#7AE1A5'

red 122 ◦ green 225 ◦ blue 165

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

Shades of Vista Blue #7AE1A5

Tints of Vista Blue #7AE1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.95%

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 23.83%
G = 43.95%
B = 32.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#7AE1A5 (or 0x7AE1A5) is known color: Vista Blue. HEX triplet: 7A, E1 and A5. RGB value is (122,225,165). Sum of RGB (Red+Green+Blue) = 122+225+165=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1A5 is #851E5A. Grayscale: #BBBBBB. Windows color (decimal): -8724059 or 10871162. OLE color: 10871162.

HSL color Cylindrical-coordinate representation of color #7AE1A5: hue angle of 145.05º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1A5 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 225 165 -
CMYK 0.46 0 0.27 0.12
HSL 145.05º 0.63% 0.68% -
HSV(B) 145.05º 0.46% 0.88% -
XYZ 41.74 60.7 45.11 -
YUV 187.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 122 225 165 0.46 0 0.27 0.12 145.05 0.63 0.68
Hex 7A E1 A5 2E 0 1B C 91 3F 44
Octal 172 341 245 56 0 33 14 221 77 104
Binary 1111010 11100001 10100101 101110 0 11011 1100 10010001 111111 1000100

Color Harmonies of #7AE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE1A5

Black with #7AE1A5

Text Example


Text Example

White with #7AE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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