Html Css Color HEX #7FD6A0 Vista Blue

📋 copy color: '#7FD6A0'

red 127 ◦ green 214 ◦ blue 160

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

Shades of Vista Blue #7FD6A0

Tints of Vista Blue #7FD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 160 (62.89% from 255) = 31.94%

R = 25.35%
G = 42.71%
B = 31.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#7FD6A0 (or 0x7FD6A0) is known color: Vista Blue. HEX triplet: 7F, D6 and A0. RGB value is (127,214,160). Sum of RGB (Red+Green+Blue) = 127+214+160=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD6A0 is #80295F. Grayscale: #B5B5B5. Windows color (decimal): -8399200 or 10540671. OLE color: 10540671.

HSL color Cylindrical-coordinate representation of color #7FD6A0: hue angle of 142.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6A0 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 214 160 -
CMYK 0.41 0 0.25 0.16
HSL 142.76º 0.51% 0.67% -
HSV(B) 142.76º 0.41% 0.84% -
XYZ 39.14 55.14 41.84 -
YUV 181.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 127 214 160 0.41 0 0.25 0.16 142.76 0.51 0.67
Hex 7F D6 A0 29 0 19 10 8F 33 43
Octal 177 326 240 51 0 31 20 217 63 103
Binary 1111111 11010110 10100000 101001 0 11001 10000 10001111 110011 1000011

Color Harmonies of #7FD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD6A0

Black with #7FD6A0

Text Example


Text Example

White with #7FD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,214,160); }

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

background-color css

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

 a { background-color: rgb(127,214,160); }

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

border-color css

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

 span { border-color: rgb(127,214,160); }

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