#7FDAA1

Color #7FDAA1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7FDAA1

Tints of Vista Blue #7FDAA1

Color information

#7FDAA1 (or 0x7FDAA1) is unknown color: approx Vista Blue. HEX triplet: 7F, DA and A1. RGB value is (127,218,161). Sum of RGB (Red+Green+Blue) = 127+218+161=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAA1 is #80255E. Grayscale: #B8B8B8. Windows color (decimal): -8398175 or 10607231. OLE color: 10607231.

HSL color Cylindrical-coordinate representation of color #7FDAA1: hue angle of 142.42º 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 #7FDAA1 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB127218161-
CMYK0.4200.260.15
HSL142.42º55.15%67.65%-
HSV(B)142.42º41.74%85.49%-
XYZ40.2657.2342.64-
YUV184.29114.8587.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.10%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=25.10%
G=43.08%
B=31.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181610.4200.260.15142.4255.1567.65
Hex7FDAA12A01AF8e3744
Octal177332241520321721667104
Binary111111111011010101000011010100110101111100011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FDAA1;
 }
 .AnyTagClassName
 {
   color: #7FDAA1;
 }
</style>
background-color css

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

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

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

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

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

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