Html Css Color HEX #7FE0A6 Vista Blue

📋 copy color: '#7FE0A6'

red 127 ◦ green 224 ◦ blue 166

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

Shades of Vista Blue #7FE0A6

Tints of Vista Blue #7FE0A6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.33%

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

R = 24.56%
G = 43.33%
B = 32.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#7FE0A6 (or 0x7FE0A6) is known color: Vista Blue. HEX triplet: 7F, E0 and A6. RGB value is (127,224,166). Sum of RGB (Red+Green+Blue) = 127+224+166=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE0A6 is #801F59. Grayscale: #BCBCBC. Windows color (decimal): -8396634 or 10936447. OLE color: 10936447.

HSL color Cylindrical-coordinate representation of color #7FE0A6: hue angle of 144.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE0A6 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 224 166 -
CMYK 0.43 0 0.26 0.12
HSL 144.12º 0.61% 0.69% -
HSV(B) 144.12º 0.43% 0.88% -
XYZ 42.29 60.58 45.54 -
YUV 188.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 127 224 166 0.43 0 0.26 0.12 144.12 0.61 0.69
Hex 7F E0 A6 2B 0 1A C 90 3D 45
Octal 177 340 246 53 0 32 14 220 75 105
Binary 1111111 11100000 10100110 101011 0 11010 1100 10010000 111101 1000101

Color Harmonies of #7FE0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0A6

Black with #7FE0A6

Text Example


Text Example

White with #7FE0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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