Html Css Color HEX #7AEDAB Vista Blue

📋 copy color: '#7AEDAB'

red 122 ◦ green 237 ◦ blue 171

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

Shades of Vista Blue #7AEDAB

Tints of Vista Blue #7AEDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 23.02%
G = 44.72%
B = 32.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#7AEDAB (or 0x7AEDAB) is known color: Vista Blue. HEX triplet: 7A, ED and AB. RGB value is (122,237,171). Sum of RGB (Red+Green+Blue) = 122+237+171=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDAB is #851254. Grayscale: #C3C3C3. Windows color (decimal): -8720981 or 11267450. OLE color: 11267450.

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

Color convert

RGB 122 237 171 -
CMYK 0.49 0 0.28 0.07
HSL 145.57º 0.76% 0.7% -
HSV(B) 145.57º 0.49% 0.93% -
XYZ 45.66 67.65 49.18 -
YUV 195.09 114.4 75.87 -
System Red Green Blue C M Y K H S L
Decimal 122 237 171 0.49 0 0.28 0.07 145.57 0.76 0.7
Hex 7A ED AB 31 0 1C 7 92 4C 46
Octal 172 355 253 61 0 34 7 222 114 106
Binary 1111010 11101101 10101011 110001 0 11100 111 10010010 1001100 1000110

Color Harmonies of #7AEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDAB

Black with #7AEDAB

Text Example


Text Example

White with #7AEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,171); }

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

background-color css

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

 a { background-color: rgb(122,237,171); }

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

border-color css

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

 span { border-color: rgb(122,237,171); }

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