#7FDDAB

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

Shades of Vista Blue #7FDDAB

Tints of Vista Blue #7FDDAB

Color information

#7FDDAB (or 0x7FDDAB) is unknown color: approx Vista Blue. HEX triplet: 7F, DD and AB. RGB value is (127,221,171). Sum of RGB (Red+Green+Blue) = 127+221+171=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDAB is #802254. Grayscale: #BBBBBB. Windows color (decimal): -8397397 or 11263359. OLE color: 11263359.

HSL color Cylindrical-coordinate representation of color #7FDDAB: hue angle of 148.09º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDAB is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB127221171-
CMYK0.4300.230.13
HSL148.09º58.02%68.24%-
HSV(B)148.09º42.53%86.67%-
XYZ41.9659.1747.74-
YUV187.19118.8685.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=24.47%
G=42.58%
B=32.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272211710.4300.230.13148.0958.0268.24
Hex7FDDAB2B017D943a44
Octal177335253530271522472104
Binary111111111011101101010111010110101111101100101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,221,171); }

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

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

 a { background-color: rgb(127,221,171); }

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

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

 span { border-color: rgb(127,221,171); }

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