Html Css Color HEX #7FE0B1 Vista Blue

📋 copy color: '#7FE0B1'

red 127 ◦ green 224 ◦ blue 177

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

Shades of Vista Blue #7FE0B1

Tints of Vista Blue #7FE0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.52%

R = 24.05%
G = 42.42%
B = 33.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#7FE0B1 (or 0x7FE0B1) is known color: Vista Blue. HEX triplet: 7F, E0 and B1. RGB value is (127,224,177). Sum of RGB (Red+Green+Blue) = 127+224+177=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE0B1 is #801F4E. Grayscale: #BDBDBD. Windows color (decimal): -8396623 or 11657343. OLE color: 11657343.

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

Color convert

RGB 127 224 177 -
CMYK 0.43 0 0.21 0.12
HSL 150.93º 0.61% 0.69% -
HSV(B) 150.93º 0.43% 0.88% -
XYZ 43.34 61 51.08 -
YUV 189.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 127 224 177 0.43 0 0.21 0.12 150.93 0.61 0.69
Hex 7F E0 B1 2B 0 15 C 97 3D 45
Octal 177 340 261 53 0 25 14 227 75 105
Binary 1111111 11100000 10110001 101011 0 10101 1100 10010111 111101 1000101

Color Harmonies of #7FE0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0B1

Black with #7FE0B1

Text Example


Text Example

White with #7FE0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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