Html Css Color HEX #7AEEA5 Vista Blue

📋 copy color: '#7AEEA5'

red 122 ◦ green 238 ◦ blue 165

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

Shades of Vista Blue #7AEEA5

Tints of Vista Blue #7AEEA5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

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

R = 23.24%
G = 45.33%
B = 31.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#7AEEA5 (or 0x7AEEA5) is known color: Vista Blue. HEX triplet: 7A, EE and A5. RGB value is (122,238,165). Sum of RGB (Red+Green+Blue) = 122+238+165=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEEA5 is #85115A. Grayscale: #C3C3C3. Windows color (decimal): -8720731 or 10874490. OLE color: 10874490.

HSL color Cylindrical-coordinate representation of color #7AEEA5: hue angle of 142.24º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEA5 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 238 165 -
CMYK 0.49 0 0.31 0.07
HSL 142.24º 0.77% 0.71% -
HSV(B) 142.24º 0.49% 0.93% -
XYZ 45.39 68 46.33 -
YUV 194.99 111.07 75.94 -
System Red Green Blue C M Y K H S L
Decimal 122 238 165 0.49 0 0.31 0.07 142.24 0.77 0.71
Hex 7A EE A5 31 0 1F 7 8E 4D 47
Octal 172 356 245 61 0 37 7 216 115 107
Binary 1111010 11101110 10100101 110001 0 11111 111 10001110 1001101 1000111

Color Harmonies of #7AEEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEEA5

Black with #7AEEA5

Text Example


Text Example

White with #7AEEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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