Html Css Color HEX #7FE0AF Vista Blue

📋 copy color: '#7FE0AF'

red 127 ◦ green 224 ◦ blue 175

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

Shades of Vista Blue #7FE0AF

Tints of Vista Blue #7FE0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 24.14%
G = 42.59%
B = 33.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#7FE0AF (or 0x7FE0AF) is known color: Vista Blue. HEX triplet: 7F, E0 and AF. RGB value is (127,224,175). Sum of RGB (Red+Green+Blue) = 127+224+175=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE0AF is #801F50. Grayscale: #BDBDBD. Windows color (decimal): -8396625 or 11526271. OLE color: 11526271.

HSL color Cylindrical-coordinate representation of color #7FE0AF: hue angle of 149.69º 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 #7FE0AF is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 224 175 -
CMYK 0.43 0 0.22 0.12
HSL 149.69º 0.61% 0.69% -
HSV(B) 149.69º 0.43% 0.88% -
XYZ 43.15 60.92 50.04 -
YUV 189.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 127 224 175 0.43 0 0.22 0.12 149.69 0.61 0.69
Hex 7F E0 AF 2B 0 16 C 96 3D 45
Octal 177 340 257 53 0 26 14 226 75 105
Binary 1111111 11100000 10101111 101011 0 10110 1100 10010110 111101 1000101

Color Harmonies of #7FE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0AF

Black with #7FE0AF

Text Example


Text Example

White with #7FE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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