Html Css Color HEX #7FDA9F Vista Blue

📋 copy color: '#7FDA9F'

red 127 ◦ green 218 ◦ blue 159

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

Shades of Vista Blue #7FDA9F

Tints of Vista Blue #7FDA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 25.2%
G = 43.25%
B = 31.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#7FDA9F (or 0x7FDA9F) is known color: Vista Blue. HEX triplet: 7F, DA and 9F. RGB value is (127,218,159). Sum of RGB (Red+Green+Blue) = 127+218+159=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA9F is #802560. Grayscale: #B8B8B8. Windows color (decimal): -8398177 or 10476159. OLE color: 10476159.

HSL color Cylindrical-coordinate representation of color #7FDA9F: hue angle of 141.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA9F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 218 159 -
CMYK 0.42 0 0.27 0.15
HSL 141.1º 0.55% 0.68% -
HSV(B) 141.1º 0.42% 0.85% -
XYZ 40.08 57.16 41.72 -
YUV 184.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 127 218 159 0.42 0 0.27 0.15 141.1 0.55 0.68
Hex 7F DA 9F 2A 0 1B F 8D 37 44
Octal 177 332 237 52 0 33 17 215 67 104
Binary 1111111 11011010 10011111 101010 0 11011 1111 10001101 110111 1000100

Color Harmonies of #7FDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDA9F

Black with #7FDA9F

Text Example


Text Example

White with #7FDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,159); }

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

background-color css

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

 a { background-color: rgb(127,218,159); }

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

border-color css

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

 span { border-color: rgb(127,218,159); }

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