Html Css Color HEX #7FEAA6 Vista Blue

📋 copy color: '#7FEAA6'

red 127 ◦ green 234 ◦ blue 166

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

Shades of Vista Blue #7FEAA6

Tints of Vista Blue #7FEAA6

RGB

 RED value IS 127 (50% from 255) = 24.1%

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 24.1%
G = 44.4%
B = 31.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#7FEAA6 (or 0x7FEAA6) is known color: Vista Blue. HEX triplet: 7F, EA and A6. RGB value is (127,234,166). Sum of RGB (Red+Green+Blue) = 127+234+166=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEAA6 is #801559. Grayscale: #C2C2C2. Windows color (decimal): -8394074 or 10939007. OLE color: 10939007.

HSL color Cylindrical-coordinate representation of color #7FEAA6: hue angle of 141.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEAA6 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 234 166 -
CMYK 0.46 0 0.29 0.08
HSL 141.87º 0.72% 0.71% -
HSV(B) 141.87º 0.46% 0.92% -
XYZ 45.06 66.11 46.46 -
YUV 194.26 112.05 80.03 -
System Red Green Blue C M Y K H S L
Decimal 127 234 166 0.46 0 0.29 0.08 141.87 0.72 0.71
Hex 7F EA A6 2E 0 1D 8 8E 48 47
Octal 177 352 246 56 0 35 10 216 110 107
Binary 1111111 11101010 10100110 101110 0 11101 1000 10001110 1001000 1000111

Color Harmonies of #7FEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEAA6

Black with #7FEAA6

Text Example


Text Example

White with #7FEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,234,166); }

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

background-color css

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

 a { background-color: rgb(127,234,166); }

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

border-color css

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

 span { border-color: rgb(127,234,166); }

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