#7FDAAA

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

Shades of Vista Blue #7FDAAA

Tints of Vista Blue #7FDAAA

Color information

#7FDAAA (or 0x7FDAAA) is unknown color: approx Vista Blue. HEX triplet: 7F, DA and AA. RGB value is (127,218,170). Sum of RGB (Red+Green+Blue) = 127+218+170=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAAA is #802555. Grayscale: #B9B9B9. Windows color (decimal): -8398166 or 11197055. OLE color: 11197055.

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

Color convert

RGB127218170-
CMYK0.4200.220.15
HSL148.35º55.15%67.65%-
HSV(B)148.35º41.74%85.49%-
XYZ41.0857.5646.97-
YUV185.32119.3586.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.66%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=24.66%
G=42.33%
B=33.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181700.4200.220.15148.3555.1567.65
Hex7FDAAA2A016F943744
Octal177332252520261722467104
Binary111111111011010101010101010100101101111100101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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